You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Geffrey Caruso <gc...@mobilvox.com> on 2007/04/19 14:50:24 UTC

Compressing JavaScript with Maven

Ok I've been trying to figure out how to do this for some time now.  I saw
some vague references to it on the web but no real clear answers.

 

I want to compress my web app JavaScript files during the maven build
process.  So the files stay uncompressed while I'm working on them but are
compressed upon creation of the war file.

 

Thanks in advance for any advice.