MVN

org.goots.maven.plugins : pom-deployer-maven-plugin

Maven & Gradle

May 05, 2017
0 stars

pom-deployer-maven-plugin · Plugin to install and deploy a specified XML (POM) file to a custom groupId:artifactId location

<plugin>
    <groupId>org.goots.maven.plugins</groupId>
    <artifactId>pom-deployer-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.goots.maven.plugins : pom-deployer-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of org.goots.maven.plugins : pom-deployer-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
pom-deployer-maven-plugin-1.2
1.1
pom-deployer-maven-plugin-1.1
1.0
pom-deployer-maven-plugin-1.0

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.goots.maven.plugins</groupId>
    <artifactId>pom-deployer-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>