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.sf.alchim</groupId>
<artifactId>spoon-maven-plugin</artifactId>
<version>0.7.1</version>
</plugin>
Choose a version of net.sf.alchim : spoon-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7.x |
spoon-maven-plugin-0.7.1
|
||
0.7 |
spoon-maven-plugin-0.7
|
||
0.6.x |
spoon-maven-plugin-0.6.1
|
||
0.6 |
spoon-maven-plugin-0.6
|
||
0.5 |
spoon-maven-plugin-0.5
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.sf.alchim</groupId>
<artifactId>spoon-maven-plugin</artifactId>
<version>0.7.1</version>
</plugin>
Advertisement