Uses of Interface
org.apache.maven.plugins.shade.resource.ReproducibleResourceTransformer
Package
Description
-
Uses of ReproducibleResourceTransformer in org.apache.maven.plugins.shade.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. -
Uses of ReproducibleResourceTransformer 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.