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.github.ptdien</groupId>
<artifactId>rancher-maven-plugin</artifactId>
<version>1.0.2</version>
</plugin>
Choose a version of com.github.ptdien : rancher-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
rancher-maven-plugin-1.0.2
|
||
rancher-maven-plugin-1.0.1
|
|||
rancher-maven-plugin-1.0.0
|
|||
0.5.x |
rancher-maven-plugin-0.5.0
|
||
0.0.x |
rancher-maven-plugin-0.0.8
|
||
rancher-maven-plugin-0.0.7
|
|||
rancher-maven-plugin-0.0.4
|
|||
rancher-maven-plugin-0.0.3
|
|||
rancher-maven-plugin-0.0.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.ptdien</groupId>
<artifactId>rancher-maven-plugin</artifactId>
<version>1.0.2</version>
</plugin>
Advertisement