public abstract class AbstractPrepareMojo extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
verbose
verbose parameter. |
protected Properties |
weaverConfig
weaver.config parameter. |
| Constructor and Description |
|---|
AbstractPrepareMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Execute this mojo.
|
protected abstract List<String> |
getClasspath()
Get the classpath for this prepare mojo.
|
protected abstract File |
getTarget()
Get the target directory for this prepare mojo.
|
@Parameter(defaultValue="false") protected boolean verbose
verbose parameter.@Parameter(property="weaver.config",
required=false)
protected Properties weaverConfig
weaver.config parameter.public AbstractPrepareMojo()
protected abstract List<String> getClasspath()
protected abstract File getTarget()
Filepublic void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException - in the event of failureCopyright © 2014 The Apache Software Foundation. All rights reserved.