You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Stephen Connolly <st...@gmail.com> on 2011/02/12 09:45:28 UTC

[ANN] Mojo's Cassandra Maven Plugin 0.7.0-1 released

Hi,

The Mojo team is pleased to announce the release of Mojo's Cassandra
Maven Plugin version 0.7.0-1.

Mojo's Cassandra Plugin is used when you want to install and control a
test instance of Apache Cassandra from within your Apache Maven build.

The plugin has the following goals.

* cassandra:start Starts up a test instance of Cassandra in the background.
* cassandra:stop Stops the test instance of Cassandra that was started
using cassandra:start.
* cassandra:run Starts up a test instance of Cassandra in the foreground.
* cassandra:load Runs a cassandra-cli script against the test instance
of Cassandra.
* cassandra:repair Runs nodetool repair against the test instance of Cassandra.
* cassandra:flush Runs nodetool flush against the test instance of Cassandra.
* cassandra:compact Runs nodetool compact against the test instance of
Cassandra.
* cassandra:cleanup Runs nodetool cleanup against the test instance of
Cassandra.
* cassandra:delete Deletes the the test instance of Cassandra.

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>cassandra-maven-plugin</artifactId>
       <version>0.7.0-1</version>
</plugin>

Release Notes

This is the first release of Mojo's Cassandra Maven Plugin

Enjoy,

The Mojo team.

Stephen Connolly

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

Re: [ANN] Mojo's Cassandra Maven Plugin 0.7.0-1 released

Posted by Jesse Farinacci <ji...@gmail.com>.
Congratulations! :-)

On Sat, Feb 12, 2011 at 3:45 AM, Stephen Connolly
<st...@gmail.com> wrote:
> The Mojo team is pleased to announce the release of Mojo's Cassandra
> Maven Plugin version 0.7.0-1.
>
> This is the first release of Mojo's Cassandra Maven Plugin

-Jesse

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

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