MVN

org.apache.maven.plugins : maven-stage-plugin

Maven & Gradle

Feb 23, 2015

Apache Maven Stage Plugin · The Maven Stage Plugin copies artifacts from one repository to another.

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-stage-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.maven.plugins : maven-stage-plugin to add to Maven - Latest Versions:

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

All Versions

Choose a version of org.apache.maven.plugins : maven-stage-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
maven-stage-plugin-1.0
maven-stage-plugin-1.0-alpha-2
maven-stage-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.apache.maven.plugins</groupId>
    <artifactId>maven-stage-plugin</artifactId>
    <version>1.0</version>
</plugin>