Class ByteBuddyMojo.ForProductionTypes.WithExtendedDependencies

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

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

      • WithExtendedDependencies

        public WithExtendedDependencies()
    • Method Detail

      • getClassPathElements

        protected java.util.List<java.lang.String> getClassPathElements()
        Description copied from class: ByteBuddyMojo
        Returns the class path elements of the relevant output directory.
        Specified by:
        getClassPathElements in class ByteBuddyMojo
        Returns:
        The class path elements of the relevant output directory.