Class ByteBuddyMojo.ForLifecycleTypes.ForProductionTypes.WithExtendedDependencies

java.lang.Object
org.apache.maven.plugin.AbstractMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
Enclosing class:
ByteBuddyMojo.ForLifecycleTypes.ForProductionTypes

@Mojo(name="transform-extended", defaultPhase=PROCESS_CLASSES, threadSafe=true, requiresDependencyResolution=COMPILE_PLUS_RUNTIME) public static class ByteBuddyMojo.ForLifecycleTypes.ForProductionTypes.WithExtendedDependencies extends ByteBuddyMojo.ForLifecycleTypes.ForProductionTypes
A Byte Buddy plugin that transforms a project's production class files where all scopes but the test scope are included.
  • Constructor Details

    • WithExtendedDependencies

      public WithExtendedDependencies()
  • Method Details