Author: tchemit Date: 2011-09-23 12:25:01 +0200 (Fri, 23 Sep 2011) New Revision: 2306 Url: http://nuiton.org/repositories/revision/jaxx/2306 Log: use codehaus webstart plugin Modified: trunk/jaxx-demo/pom.xml trunk/jaxx-tutorial-validation/pom.xml trunk/jaxx-tutorial/pom.xml trunk/pom.xml Modified: trunk/jaxx-demo/pom.xml =================================================================== --- trunk/jaxx-demo/pom.xml 2011-09-23 10:10:33 UTC (rev 2305) +++ trunk/jaxx-demo/pom.xml 2011-09-23 10:25:01 UTC (rev 2306) @@ -326,7 +326,7 @@ <!-- make webstart --> <plugin> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> <executions> <execution> @@ -355,7 +355,7 @@ <reporting> <plugins> <plugin> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> <version>${webstartPluginVersion}</version> </plugin> Modified: trunk/jaxx-tutorial/pom.xml =================================================================== --- trunk/jaxx-tutorial/pom.xml 2011-09-23 10:10:33 UTC (rev 2305) +++ trunk/jaxx-tutorial/pom.xml 2011-09-23 10:25:01 UTC (rev 2306) @@ -197,7 +197,7 @@ <!-- make webstart --> <plugin> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> <executions> <execution> @@ -226,7 +226,7 @@ <reporting> <plugins> <plugin> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> <version>${webstartPluginVersion}</version> </plugin> Modified: trunk/jaxx-tutorial-validation/pom.xml =================================================================== --- trunk/jaxx-tutorial-validation/pom.xml 2011-09-23 10:10:33 UTC (rev 2305) +++ trunk/jaxx-tutorial-validation/pom.xml 2011-09-23 10:25:01 UTC (rev 2306) @@ -283,7 +283,7 @@ <!-- make webstart --> <plugin> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> <executions> <execution> @@ -312,7 +312,7 @@ <reporting> <plugins> <plugin> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> <version>${webstartPluginVersion}</version> </plugin> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-23 10:10:33 UTC (rev 2305) +++ trunk/pom.xml 2011-09-23 10:25:01 UTC (rev 2306) @@ -457,17 +457,6 @@ </plugin> <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>license-maven-plugin</artifactId> - <configuration> - <licenseMerges> - <licenseMerge>The Apache Software License, Version 2.0|Apache License, Version 2.0</licenseMerge> - <licenseMerge>BSD License|BSD</licenseMerge> - </licenseMerges> - </configuration> - </plugin> - - <plugin> <artifactId>maven-site-plugin</artifactId> <dependencies> <dependency> @@ -479,14 +468,13 @@ </plugin> <plugin> - <groupId>org.nuiton.thirdparty</groupId> + <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> <configuration> - <jnlp> - <mainClass>${maven.jar.main.class}</mainClass> - <allPermissions>true</allPermissions> - <offlineAllowed>true</offlineAllowed> - </jnlp> + <gzip>true</gzip> + <unsign>true</unsign> + <canUnsign>false</canUnsign> + <pack200>true</pack200> <jnlpExtensions> <!--jnlpExtension> <name>sun</name>