The Maven team is pleased to announce the release of the Maven Stage
Plugin, version 1.0-alpha-2

The Maven Stage Plugin copies artifacts from one repository to another.
Its main use is for copying artifacts from a staging repository to the
real repository.

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

You should specify the version in your project's plugin configuration:

<plugin>
 <groupId>org.apache.maven.plugins</groupId>
 <artifactId>maven-stage-plugin</artifactId>
 <version>1.0-alpha-2</version>
</plugin>


Release Notes - Maven 2.x Stage Plugin - Version 1.0-alpha-2

** Bug
    * [MSTAGE-3] - The stage plugin only supports copying from http(s)
to scp urls

** Improvement
    * [MSTAGE-11] - Add an ASF-compliant source release assembly


Enjoy,

-The Maven team

Reply via email to