Author: tchemit Date: 2010-04-29 08:13:04 +0200 (Thu, 29 Apr 2010) New Revision: 2879 Log: use maven-license-plugin 2.x Modified: trunk/lima-swing/pom.xml Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2010-04-29 06:05:49 UTC (rev 2878) +++ trunk/lima-swing/pom.xml 2010-04-29 06:13:04 UTC (rev 2879) @@ -271,13 +271,14 @@ <groupId>org.nuiton</groupId> <artifactId>maven-license-plugin</artifactId> <configuration> - <copyToMETA_INF>true</copyToMETA_INF> + <generateBundle>true</generateBundle> + <!--copyToMETA_INF>true</copyToMETA_INF--> </configuration> <executions> <execution> <id>attach-licenses</id> <goals> - <goal>add-license</goal> + <goal>update-project-license</goal> <goal>add-third-party</goal> </goals> </execution>
participants (1)
-
tchemit@users.chorem.org