Author: tchemit Date: 2012-09-18 16:56:35 +0200 (Tue, 18 Sep 2012) New Revision: 3643 Url: http://chorem.org/repositories/revision/lima/3643 Log: fixes #760: Licence et ?\194?\171 tierce party ?\194?\187 manquantes Modified: trunk/lima-swing/pom.xml Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2012-08-30 14:45:24 UTC (rev 3642) +++ trunk/lima-swing/pom.xml 2012-09-18 14:56:35 UTC (rev 3643) @@ -234,6 +234,20 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>license-maven-plugin</artifactId> + <executions> + <execution> + <id>attach-licenses</id> + <goals> + <goal>update-project-license</goal> + <goal>add-third-party</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> <pluginManagement>