Version bumped by QuickBuild.

This commit is contained in:
Sea App 2012-05-31 08:17:00 +00:00
parent b42f22846e
commit 3e18934b06
16 changed files with 373 additions and 392 deletions

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<artifactId>archetype.artifact</artifactId>
<name>PMEase Artifact Archetype</name>
@ -36,6 +36,5 @@
</snapshots>
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<version>1.0.6</version>
</repositories>
</project>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<artifactId>archetype.plugin</artifactId>
<name>PMEase Plugin Archetype</name>
@ -36,6 +36,5 @@
</snapshots>
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<version>1.0.6</version>
</repositories>
</project>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<artifactId>archetype.product</artifactId>
<name>PMEase Product Archetype</name>
@ -36,6 +36,5 @@
</snapshots>
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<version>1.0.6</version>
</repositories>
</project>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<packaging>pom</packaging>
<modules>
@ -17,8 +17,8 @@
<module>../commons.bootstrap</module>
<module>../commons.jetty</module>
<module>../commons.hibernate</module>
<module>../commons.wicket</module>
<module>../commons.tapestry</module>
<module>../commons.wicket</module>
<module>../commons.tapestry</module>
</modules>
<repositories>
<repository>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<artifactId>commons.bootstrap</artifactId>
<build>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<artifactId>commons.hibernate</artifactId>
<build>
@ -26,7 +26,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.jetty</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>org.hibernate.javax.persistence</groupId>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<artifactId>commons.jetty</artifactId>
<build>
@ -26,7 +26,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.loader</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<artifactId>commons.jsw</artifactId>
<build>

View File

@ -6,7 +6,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<build>
<plugins>
@ -31,7 +31,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.bootstrap</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -46,7 +46,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.util</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</dependency>
</dependencies>
<repositories>

View File

@ -1,142 +1,136 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>commons.product</artifactId>
<version>1.0.0</version>
<name>Commons.product</name>
<?xml version="1.0" encoding="UTF-8"?>
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
</parent>
<build>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.pmease</groupId>
<artifactId>plugin.maven</artifactId>
<executions>
<execution>
<id>copy-product-resources</id>
<phase>compile</phase>
<goals>
<goal>run-ant</goal>
</goals>
<configuration>
<target>
<copy todir="${project.build.directory}/sandbox">
<fileset dir="system" excludes="resource/images/**"/>
<filterset>
<filter token="dbName" value="${project.artifactId}" />
<filter token="productName" value="${project.name}" />
</filterset>
</copy>
<copy todir="${project.build.directory}/sandbox">
<fileset dir="system" includes="resource/images/**"/>
</copy>
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>prepare-package</id>
<phase>prepare-package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<taskdef name="gant" classname="org.codehaus.gant.ant.Gant" />
<gant file="build/prepare_package.gant">
<definition name="buildDirectory" value="${project.build.directory}" />
<definition name="outputDirectory" value="${project.build.outputDirectory}" />
<definition name="jswPath" value="${com.pmease:commons.jsw:jar}" />
<definition name="productId" value="${project.artifactId}" />
<definition name="productName" value="${project.name}" />
<definition name="bootstrapClass" value="${bootstrapClass}" />
</gant>
</target>
</configuration>
</execution>
<execution>
<id>package</id>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<taskdef name="gant" classname="org.codehaus.gant.ant.Gant" />
<gant file="build/package.gant">
<definition name="buildDirectory" value="${project.build.directory}" />
<definition name="executables" value="${executables}" />
<definition name="packageName"
value="${project.artifactId}-${project.version}" />
</gant>
</target>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.jsw</artifactId>
<version>1.0.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.hibernate</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.tapestry</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>pmeaseRepo</id>
<name>PMEase Repository</name>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<properties>
<executables>bin/*.sh, bin/wrapper-*</executables>
<bootstrapClass>com.pmease.commons.bootstrap.Bootstrap</bootstrapClass>
<moduleClass>com.pmease.commons.product.PluginModule</moduleClass>
<aggregation>false</aggregation>
</properties>
</project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>commons.product</artifactId>
<version>1.0.0</version>
<name>Commons.product</name>
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.7</version>
</parent>
<build>
<plugins>
<plugin>
<artifactId>maven-archetype-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.pmease</groupId>
<artifactId>plugin.maven</artifactId>
<executions>
<execution>
<id>copy-product-resources</id>
<phase>compile</phase>
<goals>
<goal>run-ant</goal>
</goals>
<configuration>
<target>
<copy todir="${project.build.directory}/sandbox">
<fileset dir="system" excludes="resource/images/**"/>
<filterset>
<filter token="dbName" value="${project.artifactId}"/>
<filter token="productName" value="${project.name}"/>
</filterset>
</copy>
<copy todir="${project.build.directory}/sandbox">
<fileset dir="system" includes="resource/images/**"/>
</copy>
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>prepare-package</id>
<phase>prepare-package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<taskdef name="gant" classname="org.codehaus.gant.ant.Gant"/>
<gant file="build/prepare_package.gant">
<definition name="buildDirectory" value="${project.build.directory}"/>
<definition name="outputDirectory" value="${project.build.outputDirectory}"/>
<definition name="jswPath" value="${com.pmease:commons.jsw:jar}"/>
<definition name="productId" value="${project.artifactId}"/>
<definition name="productName" value="${project.name}"/>
<definition name="bootstrapClass" value="${bootstrapClass}"/>
</gant>
</target>
</configuration>
</execution>
<execution>
<id>package</id>
<phase>package</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<taskdef name="gant" classname="org.codehaus.gant.ant.Gant"/>
<gant file="build/package.gant">
<definition name="buildDirectory" value="${project.build.directory}"/>
<definition name="executables" value="${executables}"/>
<definition name="packageName" value="${project.artifactId}-${project.version}"/>
</gant>
</target>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.jsw</artifactId>
<version>1.0.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.hibernate</artifactId>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.tapestry</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>pmeaseRepo</id>
<name>PMEase Repository</name>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<properties>
<executables>bin/*.sh, bin/wrapper-*</executables>
<bootstrapClass>com.pmease.commons.bootstrap.Bootstrap</bootstrapClass>
<moduleClass>com.pmease.commons.product.PluginModule</moduleClass>
<aggregation>false</aggregation>
</properties>
</project>

View File

@ -1,91 +1,87 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>commons.tapestry</artifactId>
<version>1.0.0</version>
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
</parent>
<build>
<plugins>
<plugin>
<groupId>com.pmease</groupId>
<artifactId>plugin.maven</artifactId>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.hibernate</artifactId>
<version>1.0.5</version>
</dependency>
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-core</artifactId>
<version>5.3.3</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.got5</groupId>
<artifactId>tapestry5-jquery</artifactId>
<version>3.2.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>devlab722-repo</id>
<url>http://nexus.devlab722.net/nexus/content/repositories/releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>devlab722-snapshot-repo</id>
<url>http://nexus.devlab722.net/nexus/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>pmeaseRepo</id>
<name>PMEase Repository</name>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<properties>
<moduleClass>com.pmease.commons.tapestry.TapestryModule</moduleClass>
</properties>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>commons.tapestry</artifactId>
<version>1.0.0</version>
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.7</version>
</parent>
<build>
<plugins>
<plugin>
<groupId>com.pmease</groupId>
<artifactId>plugin.maven</artifactId>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.hibernate</artifactId>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-core</artifactId>
<version>5.3.3</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.got5</groupId>
<artifactId>tapestry5-jquery</artifactId>
<version>3.2.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>devlab722-repo</id>
<url>http://nexus.devlab722.net/nexus/content/repositories/releases</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>devlab722-snapshot-repo</id>
<url>http://nexus.devlab722.net/nexus/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>pmeaseRepo</id>
<name>PMEase Repository</name>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<properties>
<moduleClass>com.pmease.commons.tapestry.TapestryModule</moduleClass>
</properties>
</project>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent.general</artifactId>
<groupId>com.pmease</groupId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<artifactId>commons.test</artifactId>
<build>

View File

@ -5,7 +5,7 @@
<parent>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</parent>
<artifactId>commons.util</artifactId>
<build>
@ -51,12 +51,12 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.bootstrap</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.test</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</dependency>
</dependencies>
<repositories>

View File

@ -51,7 +51,7 @@
<dependency>
<groupId>com.pmease</groupId>
<artifactId>commons.jetty</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
</dependency>
</dependencies>
<properties>
@ -73,5 +73,6 @@
</snapshots>
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
</repositories>
<version>1.0.7</version>
</project>

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pmease</groupId>
<artifactId>parent.general</artifactId>
<version>1.0.5</version>
<version>1.0.7</version>
<packaging>pom</packaging>
<prerequisites>
<maven>3.0</maven>
@ -177,7 +177,7 @@
<goals>
<goal>package-artifact</goal>
</goals>
</execution>
</execution>
<execution>
<id>generate-plugin-resources</id>
<phase>compile</phase>
@ -191,7 +191,7 @@
<goals>
<goal>generate-product-resources</goal>
</goals>
</execution>
</execution>
<execution>
<id>create-product-sandbox</id>
<phase>compile</phase>

View File

@ -1,133 +1,126 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<?xml version="1.0" encoding="UTF-8"?>
<groupId>com.pmease</groupId>
<artifactId>plugin.maven</artifactId>
<version>1.0.1</version>
<packaging>maven-plugin</packaging>
<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>
<build>
<finalName>${project.groupId}.${project.artifactId}-${project.version}</finalName>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<versionRange>[1.0.0,]</versionRange>
<goals>
<goal>jar</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<optional>true</optional>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>pmeaseRepo</id>
<url>http://artifact.pmease.com/</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>pmeaseRepo</id>
<name>PMEase Repository</name>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<properties>
<mavenVersion>3.0</mavenVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
</project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.pmease</groupId>
<artifactId>plugin.maven</artifactId>
<version>1.0.7</version>
<packaging>maven-plugin</packaging>
<prerequisites>
<maven>${mavenVersion}</maven>
</prerequisites>
<build>
<finalName>${project.groupId}.${project.artifactId}-${project.version}</finalName>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
<configuration>
<lifecycleMappingMetadata>
<pluginExecutions>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<versionRange>[1.0.0,]</versionRange>
<goals>
<goal>jar</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${mavenVersion}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-archiver</artifactId>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-io</artifactId>
<version>2.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<optional>true</optional>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>pmeaseRepo</id>
<url>http://artifact.pmease.com/</url>
</repository>
</distributionManagement>
<repositories>
<repository>
<id>pmeaseRepo</id>
<name>PMEase Repository</name>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
<url>http://artifact.pmease.com/</url>
</repository>
</repositories>
<properties>
<mavenVersion>3.0</mavenVersion>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
</project>