|
|
@ -25,6 +25,7 @@ |
|
|
<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.0.2</version> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<source>1.5</source> |
|
|
<source>1.5</source> |
|
|
<target>1.5</target> |
|
|
<target>1.5</target> |
|
|
@ -33,6 +34,7 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<artifactId>build-helper-maven-plugin</artifactId> |
|
|
<artifactId>build-helper-maven-plugin</artifactId> |
|
|
|
|
|
<version>1.9.1</version> |
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<id>add-source</id> |
|
|
<id>add-source</id> |
|
|
@ -56,6 +58,7 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<groupId>org.codehaus.mojo</groupId> |
|
|
<artifactId>exec-maven-plugin</artifactId> |
|
|
<artifactId>exec-maven-plugin</artifactId> |
|
|
|
|
|
<version>1.4.0</version> |
|
|
<executions> |
|
|
<executions> |
|
|
<execution> |
|
|
<execution> |
|
|
<phase>generate-sources</phase> |
|
|
<phase>generate-sources</phase> |
|
|
@ -76,6 +79,7 @@ |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
<artifactId>maven-jar-plugin</artifactId> |
|
|
|
|
|
<version>2.2</version> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<archive> |
|
|
<archive> |
|
|
<manifest> |
|
|
<manifest> |
|
|
|