You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Stephen Connolly <st...@gmail.com> on 2012/05/14 14:42:53 UTC

[ANN] Mojo's Ship Maven Plugin 1.0-alpha-2 released

Hi,

The Mojo team is pleased to announce the release of Mojo's Ship
Maven Plugin version 1.0-alpha-2.

Mojo's Ship Plugin is used when you have continuous deployment scripts that you
want to integrate with your Apache Maven build.

The plugin has the following goals.

 * ship:ship Resolves the shipVersion of the project artifacts and
passes them to the ship scripts

The plugin has support for the following kinds of ship scripts:

 * Bean Shell scripts
 * Groovy scripts
 * Simple Apache Maven Wagon scripts

http://mojo.codehaus.org/ship-maven-plugin/

To use this version, simply specify the version in your project's
plugin configuration:

<plugin>
     <groupId>org.codehaus.mojo</groupId>
     <artifactId>ship-maven-plugin</artifactId>
     <version>1.0-alpha-2</version>
</plugin>

Release Notes - Mojo - Version ship-maven-plugin-1.0-alpha-2

** Improvement
    * [MOJO-1845] - Define ship script file encoding

** New Feature
    * [MOJO-1843] - Don't fail by default when there is nothing to do
    * [MOJO-1844] - Allow ship scripts to be shared across modules

Enjoy,

The Mojo team.

Apache, Apache Maven, and Maven are trademarks of The Apache Software
Foundation.

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