Hi, The Mojo team is pleased to announce the release of Mojo's Ship Maven Plugin version 1.0-alpha-1.
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/<http://mojo.codehaus.org/cassandra-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-1</version> </plugin> This is the first release of the Ship plugin. Enjoy, The Mojo team. Apache, Apache Maven, and Maven are trademarks of The Apache Software Foundation.
