In the following patch https://github.com/krosenvold/plexus-archiver/commit/e525cf9ad07ef2e96b1c4281945c06e2f59f7d5a I added sniffing of the file ZIP header to the "archive" function, and if the file being added is already zipped, I store it instead of deflating it in the archive (avoiding recompressing the already compressed file).
This doubled the performance of the war plugin on my build. Is there any reason why I can't just make this the default behaviour of the archiver ? (Making your JAR files uncompressed and then the WAR file compressed sounds weird to me...?) Kristian --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org