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