Class UseDependencyReducedPom


  • public class UseDependencyReducedPom
    extends 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 List<ResourceTransformer> createPomReplaceTransformers​(org.apache.maven.project.MavenProject project,
                                                                             File dependencyReducedPomLocation)