Class UseDependencyReducedPom

java.lang.Object
org.apache.maven.plugins.shade.resource.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 Details

    • UseDependencyReducedPom

      public UseDependencyReducedPom()
  • Method Details

    • createPomReplaceTransformers

      public static List<ResourceTransformer> createPomReplaceTransformers(org.apache.maven.project.MavenProject project, File dependencyReducedPomLocation)