Hi, The Mojo team is pleased to announce the release of the Webminifier Maven Plugin version 1.0.0.
This plugin provides JavaScript minification for Maven projects. It produces a minified version of JavaScript resources which can be used to construct a minified final artefact. It is designed to be flexible in the way it operates to allow for easy minified resource re-use across a project. Under the hood, Webminifier currently uses the YUI Compressor and Closure Compiler but has a layer of abstraction around these tools which allows for other tools to be used. http://mojo.codehaus.org/webminifier-maven-plugin/ We recommend the use of this plugin in the context of the forthcoming Javascript Maven Tools project (1). Alternatively to get this update, simply specify the version in your project's plugin configuration: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>webminifier-maven-plugin</artifactId> <version>1.0.0</version> </plugin> The plugin is being heavily used by at least two large corporations. Enjoy, The Mojo team. Christopher Hunt (1) http://mojo.codehaus.org/javascript-maven-tools/