Congrats on the release, and a question, how does this project compare to http://code.google.com/p/wro4j/ which is also Apache 2 licensed project? Why spread the effort?
Regards, Stevo. On Mon, Jan 9, 2012 at 11:18 PM, Christopher Hunt <[email protected]>wrote: > 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/<http://mojo.codehaus.org/js-import-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/ >
