Class ByteBuddyMojo.ForExplicitLocations.WithRuntimeDependencies

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    Enclosing class:
    ByteBuddyMojo.ForExplicitLocations

    @Mojo(name="transform-location-runtime",
          defaultPhase=PROCESS_CLASSES,
          threadSafe=true,
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME)
    public static class ByteBuddyMojo.ForExplicitLocations.WithRuntimeDependencies
    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 runtime dependencies.