|
|
@ -110,62 +110,13 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<version>2.3.2</version> |
|
|
|
<version>3.0</version> |
|
|
|
<configuration> |
|
|
|
<configuration> |
|
|
|
<source>1.6</source> |
|
|
|
<source>1.6</source> |
|
|
|
<target>1.6</target> |
|
|
|
<target>1.6</target> |
|
|
|
</configuration> |
|
|
|
</configuration> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId> |
|
|
|
|
|
|
|
<version>2.1</version> |
|
|
|
|
|
|
|
<executions> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<id>copy-dependencies</id> |
|
|
|
|
|
|
|
<phase>package</phase> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>copy-dependencies</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<outputDirectory>${project.build.directory}/dependencies/${project.version} |
|
|
|
|
|
|
|
</outputDirectory> |
|
|
|
|
|
|
|
<overWriteReleases>false</overWriteReleases> |
|
|
|
|
|
|
|
<overWriteSnapshots>false</overWriteSnapshots> |
|
|
|
|
|
|
|
<overWriteIfNewer>true</overWriteIfNewer> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</execution> |
|
|
|
|
|
|
|
</executions> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
<!-- |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId> |
|
|
|
|
|
|
|
<version>2.7</version> |
|
|
|
|
|
|
|
<executions> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<id>attach-javadocs</id> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>jar</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
</execution> |
|
|
|
|
|
|
|
</executions> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId> |
|
|
|
|
|
|
|
<version>2.1.2</version> |
|
|
|
|
|
|
|
<executions> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<id>attach-sources</id> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>jar</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
</execution> |
|
|
|
|
|
|
|
</executions> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
|
|
|
|
--> |
|
|
|
|
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
</build> |
|
|
|
|
|
|
|
|
|
|
@ -200,6 +151,27 @@ |
|
|
|
</execution> |
|
|
|
</execution> |
|
|
|
</executions> |
|
|
|
</executions> |
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
|
|
|
|
<plugin> |
|
|
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId> |
|
|
|
|
|
|
|
<version>2.1</version> |
|
|
|
|
|
|
|
<executions> |
|
|
|
|
|
|
|
<execution> |
|
|
|
|
|
|
|
<id>copy-dependencies</id> |
|
|
|
|
|
|
|
<phase>package</phase> |
|
|
|
|
|
|
|
<goals> |
|
|
|
|
|
|
|
<goal>copy-dependencies</goal> |
|
|
|
|
|
|
|
</goals> |
|
|
|
|
|
|
|
<configuration> |
|
|
|
|
|
|
|
<outputDirectory>${project.build.directory}/dependencies/${project.version} |
|
|
|
|
|
|
|
</outputDirectory> |
|
|
|
|
|
|
|
<overWriteReleases>false</overWriteReleases> |
|
|
|
|
|
|
|
<overWriteSnapshots>false</overWriteSnapshots> |
|
|
|
|
|
|
|
<overWriteIfNewer>true</overWriteIfNewer> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
</execution> |
|
|
|
|
|
|
|
</executions> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
</plugins> |
|
|
|
</plugins> |
|
|
|
</build> |
|
|
|
</build> |
|
|
|
</profile> |
|
|
|
</profile> |
|
|
@ -224,19 +196,19 @@ |
|
|
|
<groupId>org.codehaus.jackson</groupId> |
|
|
|
<groupId>org.codehaus.jackson</groupId> |
|
|
|
<artifactId>jackson-mapper-asl</artifactId> |
|
|
|
<artifactId>jackson-mapper-asl</artifactId> |
|
|
|
<optional>true</optional> |
|
|
|
<optional>true</optional> |
|
|
|
<version>1.9.5</version> |
|
|
|
<version>1.9.11</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
<artifactId>hamcrest-library</artifactId> |
|
|
|
<artifactId>hamcrest-library</artifactId> |
|
|
|
<version>1.2.1</version> |
|
|
|
<version>1.3</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
<groupId>org.hamcrest</groupId> |
|
|
|
<artifactId>hamcrest-core</artifactId> |
|
|
|
<artifactId>hamcrest-core</artifactId> |
|
|
|
<version>1.2.1</version> |
|
|
|
<version>1.3</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|