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.oneandone.maven.plugins</groupId>
<artifactId>application</artifactId>
<version>1.7.0</version>
</plugin>
Choose a version of net.oneandone.maven.plugins : application to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7.x |
application-1.7.0
|
||
1.6.x |
application-1.6.3
|
||
application-1.6.2
|
|||
application-1.6.1
|
|||
application-1.6.0
|
|||
1.5.x |
application-1.5.2
|
||
application-1.5.1
|
|||
application-1.5.0
|
|||
1.4.x |
application-1.4.2
|
||
application-1.4.1
|
|||
application-1.4.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.oneandone.maven.plugins</groupId>
<artifactId>application</artifactId>
<version>1.7.0</version>
</plugin>
Advertisement