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</groupId>
<artifactId>ono-maven-shared</artifactId>
<version>2.7</version>
</plugin>
Choose a version of net.oneandone.maven : ono-maven-shared to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.7 |
ono-maven-shared-2.7
|
||
2.6 |
ono-maven-shared-2.6
|
||
2.4 |
ono-maven-shared-2.4
|
||
2.3 |
ono-maven-shared-2.3
|
||
2.2 |
ono-maven-shared-2.2
|
||
2.1 |
ono-maven-shared-2.1
|
||
2.0 |
ono-maven-shared-2.0
|
||
1.0 |
ono-maven-shared-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.oneandone.maven</groupId>
<artifactId>ono-maven-shared</artifactId>
<version>2.7</version>
</plugin>
Advertisement