I am trying to use Maven to create a webstart application. This all seems to work fine except for the option to use pack200 to compress the files. If I modify the pom.xml file and set <pack200>true</pack200> and <gzip>true</gzip> I can see the unprocessed_*.jar files as well as the unprocessed_*.pack.gz files get created in the target\web\signed directory. But once they are all created, the unprocessed_*.jar get renamed to *.jar and the unprocessed_*.pack.gz files are deleted. The final package file includes all of the jar files instead of the compressed *.pack.gz files. Does anybody have an idea as to what I am doing wrong? Thanks in advance for the help.
