Author: tchemit Date: 2011-09-22 17:31:06 +0200 (Thu, 22 Sep 2011) New Revision: 1174 Url: http://nuiton.org/repositories/revision/mavenpom/1174 Log: remove gz and pack200 as default in jnlp must put it yourself Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-22 14:34:48 UTC (rev 1173) +++ trunk/pom.xml 2011-09-22 15:31:06 UTC (rev 1174) @@ -806,10 +806,7 @@ <libPath>lib</libPath> <makeArchive>false</makeArchive> <verbose>false</verbose> - <gzip>true</gzip> <canUnsign>false</canUnsign> - <!--<unsign>true</unsign>--> - <pack200>true</pack200> <jnlp> <mainClass>${maven.jar.main.class}</mainClass> <allPermissions>true</allPermissions>