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.roboconf</groupId>
<artifactId>roboconf-maven-plugin</artifactId>
<version>0.9.1</version>
</plugin>
Choose a version of net.roboconf : roboconf-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
roboconf-maven-plugin-0.9.1
|
||
0.9 |
roboconf-maven-plugin-0.9
|
||
0.8 |
roboconf-maven-plugin-0.8
|
||
0.7 |
roboconf-maven-plugin-0.7
|
||
0.6.x |
roboconf-maven-plugin-0.6.1
|
||
0.6 |
roboconf-maven-plugin-0.6
|
||
0.5 |
roboconf-maven-plugin-0.5
|
||
0.4 |
roboconf-maven-plugin-0.4
|
||
0.3 |
roboconf-maven-plugin-0.3
|
||
0.2 |
roboconf-maven-plugin-0.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.roboconf</groupId>
<artifactId>roboconf-maven-plugin</artifactId>
<version>0.9.1</version>
</plugin>
Advertisement