Author: tchemit Date: 2009-10-10 18:16:32 +0200 (Sat, 10 Oct 2009) New Revision: 22 Modified: trunk/pom.xml Log: add license plugin (replace helper plugin for add-license and add-third-party goals) Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-10-10 13:23:22 UTC (rev 21) +++ trunk/pom.xml 2009-10-10 16:16:32 UTC (rev 22) @@ -230,6 +230,7 @@ <maven.version>2.2.1</maven.version> <helper.version>1.1.0-SNAPSHOT</helper.version> + <license.version>2.0.0</license.version> <!-- default license to use --> <license.licenseName>lgpl_v3</license.licenseName> @@ -846,6 +847,12 @@ <version>2.4.3</version> </plugin> + <plugin> + <groupId>org.nuiton</groupId> + <artifactId>maven-license-plugin</artifactId> + <version>${license.version}</version> + </plugin> + </plugins> </reporting> @@ -955,7 +962,7 @@ <!-- always add license and third-party files to classpath --> <plugin> <groupId>org.nuiton</groupId> - <artifactId>maven-helper-plugin</artifactId> + <artifactId>maven-license-plugin</artifactId> <executions> <execution> <id>attach-licenses</id>