ApacheLicenseResourceTransformer |
Prevents duplicate copies of the license
|
ApacheNoticeResourceTransformer |
Merges META-INF/NOTICE.TXT files.
|
AppendingTransformer |
A resource processor that appends content for a resource, separated by a newline.
|
ComponentsXmlResourceTransformer |
A resource processor that aggregates plexus components.xml files.
|
DontIncludeResourceTransformer |
A resource processor that prevents the inclusion of an arbitrary
resource into the shaded JAR.
|
GroovyResourceTransformer |
Aggregate Apache Groovy extension modules descriptors
|
IncludeResourceTransformer |
A resource processor that allows the addition of an arbitrary file
content into the shaded JAR.
|
ManifestResourceTransformer |
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.
|
PluginXmlResourceTransformer |
A resource processor that aggregates Maven plugin.xml files.
|
ResourceBundleAppendingTransformer |
An appending transformer for resource bundles
|
ServicesResourceTransformer |
Resources transformer that relocates classes in META-INF/services and appends entries in META-INF/services resources
into a single resource.
|
SisuIndexResourceTransformer |
Resource transformer that relocates classes in META-INF/sisu/javax.inject.Named and appends resources
into a single resource.
|
UseDependencyReducedPom |
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.
|
XmlAppendingTransformer |
Appends multiple occurrences of some XML file.
|