Author: tchemit Date: 2009-10-10 18:24:15 +0200 (Sat, 10 Oct 2009) New Revision: 674 Modified: trunk/pom.xml Log: Evolution #87: utilisation maven-license-plugin et maven-helper-plugin 1.1.0 Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-10-10 11:36:55 UTC (rev 673) +++ trunk/pom.xml 2009-10-10 16:24:15 UTC (rev 674) @@ -239,9 +239,9 @@ <maven.javadoc.quiet>true</maven.javadoc.quiet> <maven.version>2.2.1</maven.version> - <helper.version>1.0.3</helper.version> + <helper.version>1.1.0-SNAPSHOT</helper.version> <jredmine.version>1.0.0-rc-2</jredmine.version> - <license.version>2.0.0-SNAPSHOT</license.version> + <license.version>2.0.0</license.version> <jrst.version>1.0.0</jrst.version> <!-- default license to use --> @@ -499,12 +499,11 @@ <version>${jredmine.version}</version> </plugin> - <!-- will be used in version 1.1.0 --> - <!--plugin> + <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-license-plugin</artifactId> <version>${license.version}</version> - </plugin--> + </plugin> <plugin> <groupId>org.nuiton.thirdparty</groupId> @@ -890,21 +889,12 @@ </executions> </plugin> - <!-- TO REMOVE when using maven-helper-plugin 1.1.0 --> + <!-- collect files for jredmine release --> <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-helper-plugin</artifactId> <executions> - <!-- will be removed when using maven-license-plugin --> <execution> - <id>attach-licenses</id> - <goals> - <goal>add-license</goal> - <goal>add-third-party</goal> - </goals> - </execution> - <!-- collect files to send to redmine --> - <execution> <id>collect-files</id> <goals> <goal>collect-files</goal> @@ -923,7 +913,7 @@ <!-- will be used in version 1.1.0 add license and third-party files to classpath --> - <!--plugin> + <plugin> <groupId>org.nuiton</groupId> <artifactId>maven-license-plugin</artifactId> <executions> @@ -935,7 +925,7 @@ </goals> </execution> </executions> - </plugin--> + </plugin> </plugins> </build>
participants (1)
-
tchemit@users.nuiton.org