Hi, The Mojo team is pleased to announce the release of the Web Minifier Maven Plugin version 1.0.1.
This plugin provides JavaScript minification for Maven projects. http://mojo.codehaus.org/webminifier-maven-plugin/ 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.1</version> </plugin> Release Notes * Specifically looks script type for text/javascript scripts or the absence of a type in support of HTML5. This avoids obliterating text/html scripts and other types. * Script declaration order is preserved. * Semicolons now separate each concatenated script. This avoids issues where some projects that do not use semi colons impact on others that appended e.g. Bootstrap. * Compression type NONE wasn't working properly. * Latest closure compiler. * Small bug fixes. Enjoy, The Mojo team. Christopher Hunt