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.jnario</groupId>
<artifactId>report</artifactId>
<version>1.0.1</version>
</plugin>
Choose a version of org.jnario : report to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
report-1.0.1
|
||
report-1.0.0
|
|||
0.7.x |
report-0.7.5
|
||
report-0.7.4
|
|||
report-0.7.3
|
|||
report-0.7.2
|
|||
report-0.7.1
|
|||
report-0.7.0
|
|||
0.6.x |
report-0.6.1
|
||
report-0.6.0
|
|||
0.5.x |
report-0.5.1
|
||
report-0.5.0
|
|||
0.4.x |
report-0.4.3
|
||
report-0.4.2
|
|||
report-0.4.1
|
|||
report-0.4.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jnario</groupId>
<artifactId>report</artifactId>
<version>1.0.1</version>
</plugin>
Advertisement