@Mojo(name="delete",
threadSafe=true)
public class DeleteCassandraMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected File |
cassandraDir
The directory to hold cassandra's database.
|
protected boolean |
failOnError
Fail execution in case of error.
|
| Constructor and Description |
|---|
DeleteCassandraMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
@Parameter(defaultValue="${project.build.directory}/cassandra")
protected File cassandraDir
@Parameter(property="cassandra.failOnError",
defaultValue="true")
protected boolean failOnError
Copyright © 2011–2022 MojoHaus. All rights reserved.