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.znerd</groupId>
<artifactId>lessc2java-maven-plugin</artifactId>
<version>0.13</version>
</plugin>
Choose a version of org.znerd : lessc2java-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.13 |
lessc2java-maven-plugin-0.13
|
||
0.12 |
lessc2java-maven-plugin-0.12
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.znerd</groupId>
<artifactId>lessc2java-maven-plugin</artifactId>
<version>0.13</version>
</plugin>
Advertisement