You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2009/07/14 15:55:09 UTC

[ANN] Maven Stage Plugin 1.0-alpha-2 Released

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


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org