Class UseDependencyReducedPom


  • public class UseDependencyReducedPom
    extends java.lang.Object
    Manually creates the resource processors needed to remove the original pom.xml and inject the dependency-reduced-pom.xml in its place in the shaded JAR.
    • Constructor Detail

      • UseDependencyReducedPom

        public UseDependencyReducedPom()
    • Method Detail

      • createPomReplaceTransformers

        public static java.util.List<ResourceTransformer> createPomReplaceTransformers​(MavenProject project,
                                                                                       java.io.File dependencyReducedPomLocation)