Author: tchemit Date: 2011-11-05 13:41:37 +0100 (Sat, 05 Nov 2011) New Revision: 889 Url: http://forge.codelutin.com/repositories/revision/coser/889 Log: use license-m-p and webstart-m-p from codehaus, our are obsolete Modified: trunk/coser-ui/pom.xml Modified: trunk/coser-ui/pom.xml =================================================================== --- trunk/coser-ui/pom.xml 2011-11-04 18:18:44 UTC (rev 888) +++ trunk/coser-ui/pom.xml 2011-11-05 12:41:37 UTC (rev 889) @@ -143,8 +143,8 @@ <plugins> <plugin> - <groupId>org.nuiton</groupId> - <artifactId>maven-license-plugin</artifactId> + <groupId>org.codehaus.mojo</groupId> + <artifactId>license-maven-plugin</artifactId> <configuration> <generateBundle>true</generateBundle> </configuration> @@ -305,7 +305,7 @@ </executions> </plugin> <plugin> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> <configuration> <libPath>lib</libPath> @@ -361,9 +361,9 @@ <reporting> <plugins> <plugin> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> - <version>1.0-alpha-2-cl_20100511</version> + <version>${webstartPluginVersion}</version> </plugin> </plugins> </reporting>
participants (1)
-
tchemit@users.forge.codelutin.com