Uses of Interface
org.apache.maven.plugins.shade.resource.ResourceTransformer
Package
Description
-
Uses of ResourceTransformer in org.apache.maven.plugins.shade
Modifier and TypeMethodDescriptionvoid
ShadeRequest.setResourceTransformers
(List<ResourceTransformer> resourceTransformers) The transformers. -
Uses of ResourceTransformer in org.apache.maven.plugins.shade.resource
Modifier and TypeInterfaceDescriptioninterface
Transform resource ensuring reproducible output: that requires to get the timestamp of the initial resources to define in a reproducible way the timestamp of the transformed resource.Modifier and TypeClassDescriptionclass
Prevents duplicate copies of the licenseclass
MergesMETA-INF/NOTICE.TXT
files.class
A resource processor that appends content for a resource, separated by a newline.class
A resource processor that aggregates plexuscomponents.xml
files.class
A resource processor that prevents the inclusion of an arbitrary resource into the shaded JAR.class
Aggregate Apache Groovy extension modules descriptorsclass
A resource processor that allows the addition of an arbitrary file content into the shaded JAR.class
A resource processor that allows the arbitrary addition of attributes to the first MANIFEST.MF that is found in the set of JARs being processed, or to a newly created manifest for the shaded JAR.class
A resource processor that aggregates Mavenplugin.xml
files.class
An appending transformer for resource bundlesclass
Resources transformer that relocates classes in META-INF/services and appends entries in META-INF/services resources into a single resource.class
Resource transformer that relocates classes inMETA-INF/sisu/javax.inject.Named
and appends resources into a single resource.class
Appends multiple occurrences of some XML file.Modifier and TypeMethodDescriptionstatic List
<ResourceTransformer> UseDependencyReducedPom.createPomReplaceTransformers
(org.apache.maven.project.MavenProject project, File dependencyReducedPomLocation) -
Uses of ResourceTransformer in org.apache.maven.plugins.shade.resource.properties
Modifier and TypeClassDescriptionclass
Enables to merge Microprofile Config configuration files properly respecting their ordinal.class
Enables to merge openwebbeans configuration files properly respecting their ordinal.class
Enables to merge a set of properties respecting priority between them.