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.adamcin</groupId>
<artifactId>snagjar-maven-plugin</artifactId>
<version>1.3.4</version>
</plugin>
Choose a version of net.adamcin : snagjar-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
snagjar-maven-plugin-1.3.4
|
||
snagjar-maven-plugin-1.3.3
|
|||
snagjar-maven-plugin-1.3.2
|
|||
snagjar-maven-plugin-1.3.1
|
|||
snagjar-maven-plugin-1.3.0
|
|||
1.2.x |
snagjar-maven-plugin-1.2.0
|
||
1.0.x |
snagjar-maven-plugin-1.0.0
|
||
0.8.x |
snagjar-maven-plugin-0.8.2
|
||
snagjar-maven-plugin-0.8.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.adamcin</groupId>
<artifactId>snagjar-maven-plugin</artifactId>
<version>1.3.4</version>
</plugin>
Advertisement