Cassandra Maven plugin 2.0.0-1 released
The Mojo team is pleased to announce the release 2.0.0-1 of Cassandra Maven plugin
Mojo's Cassandra Plugin is used when you want to control a test instance of Apache Cassandra from within your Apache Maven build.
1<plugin>
2 <groupId>org.codehaus.mojo</groupId>
3 <artifactId>cassandra-maven-plugin</artifactId>
4 <version>2.0.0-1</version>
5</plugin>
Release Notes - Mojo's Cassandra Maven Plugin - Version 2.0.0-1
Improvements:
- MCASSANDRA-16 - Cassandra plugin force to use slf4j log4j binding
- MCASSANDRA-22 - Add support for CQL3
- MCASSANDRA-24 - Add failOnError option to delete goal
- MCASSANDRA-25 - Logging configuration
- MCASSANDRA-31 - Enable User to set 'native_transport_port'
- MCASSANDRA-32 - Support Cassandra 2.0.x
New Features:
- MCASSANDRA-17 - CassandraUnit Integration
- MCASSANDRA-27 - add system properties to cassandra cli when starting
Fixed Bugs:
- MCASSANDRA-26 - Issue starting cassandra "java.lang.UnsatisfiedLinkError: no snappyjava in java.library.path "
- MCASSANDRA-30 - Fix smoke it
Have Fun.