Author: tchemit Date: 2009-10-10 18:48:11 +0200 (Sat, 10 Oct 2009) New Revision: 1572 Modified: branches/jaxx-2.X/jaxx-demo/pom.xml branches/jaxx-2.X/pom.xml Log: utilisation de mavenpom 1.1.0, maven-license-plugin Modified: branches/jaxx-2.X/jaxx-demo/pom.xml =================================================================== --- branches/jaxx-2.X/jaxx-demo/pom.xml 2009-10-09 07:23:00 UTC (rev 1571) +++ branches/jaxx-2.X/jaxx-demo/pom.xml 2009-10-10 16:48:11 UTC (rev 1572) @@ -135,19 +135,10 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>maven-license-plugin</artifactId> <configuration> <copyToMETA_INF>true</copyToMETA_INF> </configuration> - <executions> - <execution> - <id>attach-licenses</id> - <goals> - <goal>add-license</goal> - <goal>add-third-party</goal> - </goals> - </execution> - </executions> </plugin> </plugins> @@ -210,10 +201,14 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>maven-license-plugin</artifactId> <executions> <execution> <id>attach-licenses</id> + <goals> + <goal>add-license</goal> + <goal>add-third-party</goal> + </goals> </execution> </executions> </plugin> Modified: branches/jaxx-2.X/pom.xml =================================================================== --- branches/jaxx-2.X/pom.xml 2009-10-09 07:23:00 UTC (rev 1571) +++ branches/jaxx-2.X/pom.xml 2009-10-10 16:48:11 UTC (rev 1572) @@ -10,7 +10,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <artifactId>jaxx</artifactId>
participants (1)
-
tchemit@users.nuiton.org