@Mojo(name="test-weave",
defaultPhase=PROCESS_TEST_CLASSES,
requiresDependencyCollection=TEST)
public class TestWeaveMojo
extends AbstractWeaveMojo
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
classpath
MavenProject.getTestClasspathElements(). |
protected File |
target
Build.getTestOutputDirectory(). |
verbose, weaverConfig| Constructor and Description |
|---|
TestWeaveMojo() |
| 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.testClasspathElements}")
protected List<String> classpath
MavenProject.getTestClasspathElements().public TestWeaveMojo()
protected List<String> getClasspath()
getClasspath in class AbstractWeaveMojoList of Stringprotected File getTarget()
getTarget in class AbstractWeaveMojoFileCopyright © 2014 The Apache Software Foundation. All rights reserved.