How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.lightairmp</groupId>
<artifactId>light-air-maven-plugin</artifactId>
<version>3.1.0</version>
</plugin>
Choose a version of net.sf.lightairmp : light-air-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
light-air-maven-plugin-3.1.0
|
||
3.0.x |
light-air-maven-plugin-3.0.1
|
||
3.0 |
light-air-maven-plugin-3.0
|
||
0.7 |
light-air-maven-plugin-0.7
|
||
0.5 |
light-air-maven-plugin-0.5
|
||
0.4 |
light-air-maven-plugin-0.4
|
||
0.3 |
light-air-maven-plugin-0.3
|
||
0.2 |
light-air-maven-plugin-0.2
|
||
0.1 |
light-air-maven-plugin-0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.lightairmp</groupId>
<artifactId>light-air-maven-plugin</artifactId>
<version>3.1.0</version>
</plugin>
Advertisement