Author: tchemit Date: 2010-04-16 14:31:14 +0200 (Fri, 16 Apr 2010) New Revision: 1848 Log: use maven-license-plugin 2.2 configuration Modified: trunk/jaxx-demo/pom.xml Modified: trunk/jaxx-demo/pom.xml =================================================================== --- trunk/jaxx-demo/pom.xml 2010-04-16 12:27:48 UTC (rev 1847) +++ trunk/jaxx-demo/pom.xml 2010-04-16 12:31:14 UTC (rev 1848) @@ -100,6 +100,10 @@ <jaxx.addProjectClassPath>true</jaxx.addProjectClassPath> <jaxx.addSourcesToClassPath>true</jaxx.addSourcesToClassPath> + + <!-- generate license bundled files --> + <license.generateBundle>true</license.generateBundle> + </properties> <build> @@ -166,15 +170,6 @@ </configuration> </plugin> - <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> - <configuration> - <generateBundle>true</generateBundle> - <copyToMETA_INF>true</copyToMETA_INF> - </configuration> - </plugin> - </plugins> </pluginManagement>
participants (1)
-
tchemit@users.nuiton.org