@Mojo(name="prepare",
defaultPhase=INITIALIZE,
requiresDependencyCollection=COMPILE)
public class PrepareMojo
extends AbstractPrepareMojo
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
classpath
MavenProject.getCompileClasspathElements(). |
protected File |
target
Build.getOutputDirectory(). |
verbose, weaverConfig| Constructor and Description |
|---|
PrepareMojo() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getClasspath()
Get the classpath for this prepare mojo.
|
protected File |
getTarget()
Get the target directory for this prepare mojo.
|
execute@Parameter(readonly=true,
required=true,
defaultValue="${project.compileClasspathElements}")
protected List<String> classpath
MavenProject.getCompileClasspathElements().public PrepareMojo()
protected List<String> getClasspath()
getClasspath in class AbstractPrepareMojoList of Stringprotected File getTarget()
getTarget in class AbstractPrepareMojoFileCopyright © 2014 The Apache Software Foundation. All rights reserved.