MVN

com.github.m451 : o11n-deploy-maven-plugin

Maven & Gradle

Jan 30, 2017

A Maven plug-in that helps you develop Java plug-ins for VMware vRealize Orchestrator by automatically installing the compiled *.vmoapp or *.dar files on the configured vRealize Orchestrator server.

<plugin>
    <groupId>com.github.m451</groupId>
    <artifactId>o11n-deploy-maven-plugin</artifactId>
    <version>0.2.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.m451 : o11n-deploy-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.2.2

All Versions

Choose a version of com.github.m451 : o11n-deploy-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
o11n-deploy-maven-plugin-0.2.2
o11n-deploy-maven-plugin-0.2.1
o11n-deploy-maven-plugin-0.2.0
0.1.x
o11n-deploy-maven-plugin-0.1.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.m451</groupId>
    <artifactId>o11n-deploy-maven-plugin</artifactId>
    <version>0.2.2</version>
</plugin>