Fork me on GitHub

cassandra:delete

Full name:

org.codehaus.mojo:cassandra-maven-plugin:4.0.0:delete

Description:

Deletes the Cassandra home directory that we create for running Cassandra.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.

Optional Parameters

Name Type Since Description
<cassandraDir> File - The directory to hold cassandra's database.
Default: ${project.build.directory}/cassandra
<failOnError> boolean 2.0.0-1 Fail execution in case of error.
Default: true
User Property: cassandra.failOnError
<skip> boolean - Skip the execution.
Default: false
User Property: cassandra.skip

Parameter Details

<cassandraDir>

The directory to hold cassandra's database.
  • Type: java.io.File
  • Required: report.plugin.goal.no
  • Default: ${project.build.directory}/cassandra

<failOnError>

Fail execution in case of error.
  • Type: boolean
  • Since: 2.0.0-1
  • Required: report.plugin.goal.no
  • User Property: cassandra.failOnError
  • Default: true

<skip>

Skip the execution.
  • Type: boolean
  • Required: report.plugin.goal.no
  • User Property: cassandra.skip
  • Default: false