How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jtestr</groupId>
<artifactId>jtestr</artifactId>
<version>0.6</version>
</plugin>
Choose a version of org.jtestr : jtestr to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.6 |
jtestr-0.6
|
||
0.5 |
jtestr-0.5
|
||
0.4.x |
jtestr-0.4.0
|
||
0.3.x |
jtestr-0.3.1
|
||
0.3 |
jtestr-0.3
|
||
0.2.x |
jtestr-0.2.1
|
||
0.2 |
jtestr-0.2
|
||
0.1.x |
jtestr-0.1.1
|
||
0.1 |
jtestr-0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jtestr</groupId>
<artifactId>jtestr</artifactId>
<version>0.6</version>
</plugin>
Advertisement