How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.maven-nar</groupId>
<artifactId>nar-maven-plugin</artifactId>
<version>3.10.1</version>
</plugin>
Choose a version of com.github.maven-nar : nar-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.10.x |
nar-maven-plugin-3.10.1
|
||
3.9.x |
nar-maven-plugin-3.9.7
|
||
nar-maven-plugin-3.9.1
|
|||
3.6.x |
nar-maven-plugin-3.6.0
|
||
3.5.x |
nar-maven-plugin-3.5.2
|
||
nar-maven-plugin-3.5.1
|
|||
nar-maven-plugin-3.5.0
|
|||
3.4.x |
nar-maven-plugin-3.4.0
|
||
3.3.x |
nar-maven-plugin-3.3.0
|
||
3.2.x |
nar-maven-plugin-3.2.3
|
||
nar-maven-plugin-3.2.2
|
|||
nar-maven-plugin-3.2.0
|
|||
3.1.x |
nar-maven-plugin-3.1.0
|
||
3.0.x |
nar-maven-plugin-3.0.0
|
||
nar-maven-plugin-3.0.0-rc-2
|
|||
nar-maven-plugin-3.0.0-rc1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.maven-nar</groupId>
<artifactId>nar-maven-plugin</artifactId>
<version>3.10.1</version>
</plugin>
Advertisement