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>maven-helper-plugin</artifactId>
<version>1.3</version>
</plugin>
Choose a version of org.nuiton : maven-helper-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
maven-helper-plugin-1.3
|
||
1.2.x |
maven-helper-plugin-1.2.11
|
||
maven-helper-plugin-1.2.10
|
|||
maven-helper-plugin-1.2.9
|
|||
maven-helper-plugin-1.2.8
|
|||
maven-helper-plugin-1.2.7
|
|||
maven-helper-plugin-1.2.6
|
|||
maven-helper-plugin-1.2.5
|
|||
maven-helper-plugin-1.2.4
|
|||
maven-helper-plugin-1.2.3
|
|||
maven-helper-plugin-1.2.2
|
|||
maven-helper-plugin-1.2.1
|
|||
maven-helper-plugin-1.2.0
|
|||
1.1.x |
maven-helper-plugin-1.1.0
|
||
1.0.x |
maven-helper-plugin-1.0.3
|
||
maven-helper-plugin-1.0.2
|
|||
maven-helper-plugin-1.0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.nuiton</groupId>
<artifactId>maven-helper-plugin</artifactId>
<version>1.3</version>
</plugin>
Advertisement