How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>uk.org.retep.tools.maven</groupId>
<artifactId>script</artifactId>
<version>10.6</version>
</plugin>
Choose a version of uk.org.retep.tools.maven : script to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
10.6 |
script-10.6
|
||
10.5.x |
script-10.5.1
|
||
10.5 |
script-10.5
|
||
10.1 |
script-10.1
|
||
9.11.x |
script-9.11.1
|
||
9.11 |
script-9.11
|
||
9.10 |
script-9.10
|
||
9.8.x |
script-9.8.2
|
||
script-9.8.1
|
|||
9.8 |
script-9.8-RC1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>uk.org.retep.tools.maven</groupId>
<artifactId>script</artifactId>
<version>10.6</version>
</plugin>
Advertisement