MVN

com.github.ptdien : rancher-maven-plugin

Maven & Gradle

May 30, 2018
4 stars

Rancher Maven Plugin · A simple maven plugin to create or upgrade a Rancher service automatically

<plugin>
    <groupId>com.github.ptdien</groupId>
    <artifactId>rancher-maven-plugin</artifactId>
    <version>1.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ptdien : rancher-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.github.ptdien : rancher-maven-plugin to add to Maven - All 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

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>

Advertisement