MVN

org.codehaus.mojo : ship-maven-plugin

Maven & Gradle

May 10, 2012

Ship Maven Plugin · Ship Plugin for Maven. The Ship Plugin provides a means of integrating Continuous Deployment scripts into the Maven release process.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>ship-maven-plugin</artifactId>
    <version>1.0-alpha-2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : ship-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-alpha-2
  • Latest Alpha: 1.0-alpha-2

All Versions

Choose a version of org.codehaus.mojo : ship-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
ship-maven-plugin-1.0-alpha-2
ship-maven-plugin-1.0-alpha-1

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.codehaus.mojo</groupId>
    <artifactId>ship-maven-plugin</artifactId>
    <version>1.0-alpha-2</version>
</plugin>