Hi,
The Mojo team is pleased to announce the release of the LESS CSS Maven
Plugin version 1.0-beta-3.
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-3</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.2) using lesscss4j 1.2.2 (http://code.google.com/p/lesscss4j/)
and the plugin now supports specifying the character encoding for
writing CSS output files (which defaults to
${project.build.sourceEncoding}).
Enjoy,
The Mojo team.
Marcel Overdijk