How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>ua.in.dej</groupId>
<artifactId>myLessCss</artifactId>
<version>1.2-less2.1.2</version>
</plugin>
Choose a version of ua.in.dej : myLessCss to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2 |
myLessCss-1.2-less2.1.2
|
||
myLessCss-1.2-less2.0.0-b2
|
|||
myLessCss-1.2-less2.0.0-b1
|
|||
myLessCss-1.2-less1.7.5
|
|||
myLessCss-1.2-less1.7.4
|
|||
myLessCss-1.2-less1.7.3
|
|||
myLessCss-1.2-less1.7.2
|
|||
myLessCss-1.2-less1.7.1
|
|||
1.1 |
myLessCss-1.1-less1.7.1-RELEASE
|
||
myLessCss-1.1-less1.7.0-RELEASE
|
|||
1.0 |
myLessCss-1.0-less1.7.0-RELEASE
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>ua.in.dej</groupId>
<artifactId>myLessCss</artifactId>
<version>1.2-less2.1.2</version>
</plugin>
Advertisement