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.nuiton</groupId>
<artifactId>helper-maven-plugin</artifactId>
<version>2.4.1</version>
</plugin>
Choose a version of org.nuiton : helper-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4.x |
helper-maven-plugin-2.4.1
|
||
2.4 |
helper-maven-plugin-2.4
|
||
2.3.x |
helper-maven-plugin-2.3.2
|
||
helper-maven-plugin-2.3.1
|
|||
2.3 |
helper-maven-plugin-2.3
|
||
2.2.x |
helper-maven-plugin-2.2.1
|
||
2.2 |
helper-maven-plugin-2.2
|
||
2.1 |
helper-maven-plugin-2.1
|
||
2.0 |
helper-maven-plugin-2.0
|
||
1.6 |
helper-maven-plugin-1.6
|
||
1.5 |
helper-maven-plugin-1.5
|
||
1.4 |
helper-maven-plugin-1.4
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.nuiton</groupId>
<artifactId>helper-maven-plugin</artifactId>
<version>2.4.1</version>
</plugin>
Advertisement