You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Christopher Hunt <hu...@internode.on.net> on 2012/01/09 23:18:32 UTC

[ANN] Webminifier Maven Plugin 1.0.0 Released

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/

Re: [ANN] Webminifier Maven Plugin 1.0.0 Released

Posted by Kees van Dieren <in...@squins.com>.
Hi Cristopher,

What is the difference between this plugin and
http://alchim.sourceforge.net/yuicompressor-maven-plugin/index.html

Best regards / Met vriendelijke groet,

Kees van Dieren
Squins | IT, Honestly
Oranjestraat 23
2983 HL Ridderkerk
The Netherlands
Phone: +31 (0)180 415559
Mobile: +31 (0)6 30413841
www.squins.com
http://twitter.com/keesvandieren
Chamber of commerce Rotterdam: 24435130
Boeken voor school en werk bestel je op studieboekencenter.nl
2012/1/9 Christopher Hunt <hu...@internode.on.net>

> 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/