Author: tchemit Date: 2010-04-12 17:39:26 +0200 (Mon, 12 Apr 2010) New Revision: 1830 Log: use maven-license-plugin 2.1 Modified: trunk/jaxx-demo/pom.xml Modified: trunk/jaxx-demo/pom.xml =================================================================== --- trunk/jaxx-demo/pom.xml 2010-04-12 12:14:32 UTC (rev 1829) +++ trunk/jaxx-demo/pom.xml 2010-04-12 15:39:26 UTC (rev 1830) @@ -142,6 +142,7 @@ <groupId>org.nuiton</groupId> <artifactId>maven-license-plugin</artifactId> <configuration> + <generateBundle>true</generateBundle> <copyToMETA_INF>true</copyToMETA_INF> </configuration> </plugin> @@ -213,7 +214,7 @@ <execution> <id>attach-licenses</id> <goals> - <goal>add-license</goal> + <goal>update-project-license</goal> <goal>add-third-party</goal> </goals> </execution>