MVN

org.codehaus.mojo : lesscss-maven-plugin

Maven & Gradle

Feb 19, 2012

LESS CSS Maven Plugin · The LESS CSS Maven Plugin is used to compile the LESS sources of your project to CSS stylesheets.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>lesscss-maven-plugin</artifactId>
    <version>1.0-beta-3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : lesscss-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-beta-3
  • Latest Beta: 1.0-beta-3

All Versions

Choose a version of org.codehaus.mojo : lesscss-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
lesscss-maven-plugin-1.0-beta-3
lesscss-maven-plugin-1.0-beta-2
lesscss-maven-plugin-1.0-beta-1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>lesscss-maven-plugin</artifactId>
    <version>1.0-beta-3</version>
</plugin>

Advertisement