Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 47893 invoked from network); 29 Mar 2011 08:44:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Mar 2011 08:44:45 -0000 Received: (qmail 31608 invoked by uid 500); 29 Mar 2011 08:44:43 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 31581 invoked by uid 500); 29 Mar 2011 08:44:43 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 31573 invoked by uid 99); 29 Mar 2011 08:44:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 08:44:43 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of stephen.alan.connolly@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-iw0-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 08:44:37 +0000 Received: by iwn39 with SMTP id 39so4599129iwn.31 for ; Tue, 29 Mar 2011 01:44:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to:cc :content-type; bh=njsF8PweeqoeQDEpl8CJBLlEoSVenWkOLfhJhQs375A=; b=rhhjjI7mt467RGx36iZZQmgTCa3e1yZeQWZ3gL9XR5RkPd2b1vuuXDvuUxA2pPfjIR XucCcjJwgUutcTJ6xkdLoINgdulL/2m0HWlyca9P8qr/pSTeNsiquDLMEa3MeHbvHCoZ zTqy59MogXgeqMMX5FcVh5RMN8MY1zfliwyIM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=EzrtocwRlWXf97/hmSqfDgjpsyB2yV1NhutmE2PRywtsH60nYbTZ1LdE+3KDCo00Zh QLn+Z147/O/UQBsxjHLYJL1+TvV1VL02CWo1Y4dCFy9AmC1e0Svz+sEKbnYrmlH/9NFS EE8YtQhZWt5kf6wKe3H3Dtpx3XusPb831KTBY= MIME-Version: 1.0 Received: by 10.43.69.132 with SMTP id yc4mr8799293icb.221.1301388254334; Tue, 29 Mar 2011 01:44:14 -0700 (PDT) Received: by 10.231.32.4 with HTTP; Tue, 29 Mar 2011 01:44:14 -0700 (PDT) Date: Tue, 29 Mar 2011 09:44:14 +0100 Message-ID: Subject: [ANN] Mojo's Cassandra Maven Plugin 0.7.4-1 released From: Stephen Connolly To: Maven Users List , user@cassandra.apache.org, user@mojo.codehaus.org, hector-users@googlegroups.com, announce@mojo.codehaus.org Cc: dev@mojo.codehaus.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi, The Mojo team is pleased to announce the release of Mojo's Cassandra Maven Plugin version 0.7.4-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: org.codehaus.mojo cassandra-maven-plugin 0.7.4-1 Release Notes - Mojo's Cassandra Maven Plugin - Version 0.7.4-1 ** Improvement * [MCASSANDRA-6] - Upgrade to Cassandra 0.7.4 Enjoy, The Mojo team. Apache, Apache Maven, Apache Cassandra, Maven and Cassandra are trademarks of The Apache Software Foundation.