Skip to content

kijiproject/cassandra-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cassandra Maven Plugin

A maven plugin that starts/stops a mini Cassandra cluster.

This plugin is useful for integration testing code that interacts with an HBase cluster. Typically, you will bind the start goal to your pre-integration-test phase and the stop goal to the post-integration-test phase of the maven build lifecycle.

For an example of the usage of this plugin, see the integration test in this project.

Releases

No releases published

Packages

No packages published

Languages