MVN

biz.gabrys.maven.plugins : lesscss-maven-plugin

Maven & Gradle

Nov 13, 2016
2 stars

LessCSS Maven Plugin · Compiles Less sources to CSS files using extended version of the LessCSS Compiler.

<plugin>
    <groupId>biz.gabrys.maven.plugins</groupId>
    <artifactId>lesscss-maven-plugin</artifactId>
    <version>1.2.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of biz.gabrys.maven.plugins : lesscss-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of biz.gabrys.maven.plugins : lesscss-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
lesscss-maven-plugin-1.2.1
lesscss-maven-plugin-1.2.0
1.1
lesscss-maven-plugin-1.1
1.0
lesscss-maven-plugin-1.0

How to add a plugin to Maven

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

<plugin>
    <groupId>biz.gabrys.maven.plugins</groupId>
    <artifactId>lesscss-maven-plugin</artifactId>
    <version>1.2.1</version>
</plugin>

Advertisement