Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EE9B17236 for ; Tue, 18 Oct 2011 13:43:29 +0000 (UTC) Received: (qmail 23015 invoked by uid 500); 18 Oct 2011 13:43:27 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 22994 invoked by uid 500); 18 Oct 2011 13:43:27 -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 22986 invoked by uid 99); 18 Oct 2011 13:43:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2011 13:43:27 +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 (athena.apache.org: domain of stephen.alan.connolly@gmail.com designates 74.125.82.172 as permitted sender) Received: from [74.125.82.172] (HELO mail-wy0-f172.google.com) (74.125.82.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Oct 2011 13:43:22 +0000 Received: by wyh22 with SMTP id 22so687377wyh.31 for ; Tue, 18 Oct 2011 06:43:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=O0Pg/xdbObzkoYUsxaQ10p9T6eChrGUrbg5lH1Wi9V8=; b=GgCnFyVqYPkfNfHOsRvJEsSvsmQ9tnw4+g6MgRU76fm82FWzurR69hVEvtjEXZvLF1 PvMBnQEp8qNIMY5AdgrIAXU11qUOuUDMdonjhao/fQVT3NOMVI88/YWKRcGBcXCAuYC+ Mif649YyT4OO6HZBWNP4EU5SG+igY758yhYs4= MIME-Version: 1.0 Received: by 10.216.221.212 with SMTP id r62mr868499wep.73.1318945381288; Tue, 18 Oct 2011 06:43:01 -0700 (PDT) Received: by 10.216.198.12 with HTTP; Tue, 18 Oct 2011 06:43:01 -0700 (PDT) Date: Tue, 18 Oct 2011 14:43:01 +0100 Message-ID: Subject: [ANN] Mojo's Cassandra Maven Plugin 1.0.0-1 released From: Stephen Connolly To: user@mojo.codehaus.org, Maven Users List , user@cassandra.apache.org, hector-users@googlegroups.com, announce@mojo.codehaus.org Cc: dev@mojo.codehaus.org Content-Type: text/plain; charset=ISO-8859-1 The Mojo team is pleased to announce the release of Mojo's Cassandra Maven Plugin version 1.0.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 Cassandra 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:start-cluster Starts up a test cluster of Cassandra in the background bound to the local loopback IP addresses 127.0.0.1, 127.0.0.2, etc. * cassandra:stop Stops the test cluster 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. * cassandra:cql-exec Execute a CQL statement (directly or from a file) against 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 1.0.0-1 Release Notes - Mojo's Cassandra Maven Plugin - Version 1.0.0-1 ** Improvement * [MCASSANDRA-14] - Upgrade to Cassandra 1.0.0 Enjoy, The Mojo team. Apache, Apache Maven, Apache Cassandra, Maven and Cassandra are trademarks of The Apache Software Foundation.