@Mojo(name="transform-test",
defaultPhase=PROCESS_TEST_CLASSES,
threadSafe=true,
requiresDependencyResolution=TEST)
public static class ByteBuddyMojo.ForTestTypes
extends ByteBuddyMojo
ByteBuddyMojo.ForProductionTypes, ByteBuddyMojo.ForTestTypes| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
testClasspathElements
The test class path.
|
protected String |
testOutputDirectory
The current build's test output directory.
|
artifactId, failOnLiveInitializer, groupId, initialization, remoteRepositories, repositorySystem, repositorySystemSession, suffix, transformations, version| Constructor and Description |
|---|
ForTestTypes() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getClassPathElements()
Returns the class path elements of the relevant output directory.
|
protected String |
getOutputDirectory()
Returns the output directory to search for class files.
|
execute@Parameter(defaultValue="${project.build.testOutputDirectory}",
required=true,
readonly=true)
protected String testOutputDirectory
protected String getOutputDirectory()
ByteBuddyMojogetOutputDirectory in class ByteBuddyMojoprotected List<String> getClassPathElements()
ByteBuddyMojogetClassPathElements in class ByteBuddyMojoCopyright © 2014–2017. All rights reserved.