Hi, The Mojo team is pleased to announce the release of the LESS CSS Maven Plugin version 1.0-beta-1.
This plugin can be used to compile LESS sources to CSS stylesheets. See http://www.lesscss.org/ for more information about LESS. 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-1</version> <executions> <execution> <goals> <goal>compile</goal> </goals> </execution> </executions> </plugin> Enjoy, The Mojo team. Marcel Overdijk
