Class RunCassandraMojo

All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="run", threadSafe=true) public class RunCassandraMojo extends AbstractCqlLoadMojo
Runs Cassandra in the foreground.
Author:
stephenc
  • Field Details

    • cuDataSet

      @Parameter(defaultValue="${basedir}/src/test/resources/dataSet.xml") protected File cuDataSet
      The CassandraUnit dataSet to load.
      Since:
      1.2.1-2
  • Constructor Details

    • RunCassandraMojo

      public RunCassandraMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException