Hi, The Mojo team is pleased to announce the release of the LESS CSS Maven Plugin version 1.0-beta-2.
This plugin can be used to compile *LESS* sources to *CSS* stylesheets. See http://www.*lesscss*.org/ <http://www.lesscss.org/> for more information about *LESS*. http://*mojo*.*codehaus*.org/*lesscss*-maven-plugin <http://mojo.codehaus.org/lesscss-maven-plugin> To get this update, simply specify the version in your project's plugin configuration: <plugin> <groupId>org.*codehaus*.*mojo*</groupId> <artifactId>*lesscss*-maven-plugin</artifactId> <version>1.0-beta-2</version> <executions> <execution> <goals> <goal>compile</goal> </goals> </execution> </executions> </plugin> Release Notes In this release the plugin is upgraded to the latest LESS Compiler (1.2.1) using lesscss4j 1.2.1 (http://code.google.com/p/lesscss4j/). Also m2e lifecycle mappings has been added as contributed by Alexis Li (http://jira.codehaus.org/browse/MOJO-1791). Enjoy, The Mojo team. Marcel Overdijk
