Class ByteBuddyMojo.ForExplicitLocations.ForTestTypes

java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.bytebuddy.build.maven.ByteBuddyMojo
net.bytebuddy.build.maven.ByteBuddyMojo.ForExplicitLocations
net.bytebuddy.build.maven.ByteBuddyMojo.ForExplicitLocations.ForTestTypes
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Enclosing class:
ByteBuddyMojo.ForExplicitLocations

@Mojo(name="transform-location-test", defaultPhase=PROCESS_TEST_CLASSES, threadSafe=true, requiresDependencyResolution=TEST) public static class ByteBuddyMojo.ForExplicitLocations.ForTestTypes extends ByteBuddyMojo.ForExplicitLocations
Transforms specified classes from files in a folder or a jar file to a folder or jar file. Additionally, all class path dependencies will be made visible during plugin application, including any non-test and test dependencies.
  • Constructor Details

    • ForTestTypes

      public ForTestTypes()
  • Method Details