How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.ning.maven.plugins</groupId>
<artifactId>li3-test</artifactId>
<version>0.0.13</version>
</plugin>
Choose a version of com.ning.maven.plugins : li3-test to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.0.x |
li3-test-0.0.13
|
||
li3-test-0.0.12
|
|||
li3-test-0.0.10
|
|||
li3-test-0.0.9
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.ning.maven.plugins</groupId>
<artifactId>li3-test</artifactId>
<version>0.0.13</version>
</plugin>
Advertisement