Package | Description |
---|---|
org.apache.maven.plugins.shade | |
org.apache.maven.plugins.shade.resource | |
org.apache.maven.plugins.shade.resource.properties |
Modifier and Type | Method and Description |
---|---|
List<ResourceTransformer> |
ShadeRequest.getResourceTransformers() |
Modifier and Type | Method and Description |
---|---|
void |
ShadeRequest.setResourceTransformers(List<ResourceTransformer> resourceTransformers)
The transformers.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheLicenseResourceTransformer
Prevents duplicate copies of the license
|
class |
ApacheNoticeResourceTransformer
Merges
META-INF/NOTICE.TXT files. |
class |
AppendingTransformer
A resource processor that appends content for a resource, separated by a newline.
|
class |
ComponentsXmlResourceTransformer
A resource processor that aggregates plexus
components.xml files. |
class |
DontIncludeResourceTransformer
A resource processor that prevents the inclusion of an arbitrary
resource into the shaded JAR.
|
class |
GroovyResourceTransformer
Aggregate Apache Groovy extension modules descriptors
|
class |
IncludeResourceTransformer
A resource processor that allows the addition of an arbitrary file
content into the shaded JAR.
|
class |
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.
|
class |
PluginXmlResourceTransformer
A resource processor that aggregates Maven
plugin.xml files. |
class |
ResourceBundleAppendingTransformer
An appending transformer for resource bundles
|
class |
ServicesResourceTransformer
Resources transformer that relocates classes in META-INF/services and appends entries in META-INF/services resources
into a single resource.
|
class |
XmlAppendingTransformer
Appends multiple occurrences of some XML file.
|
Modifier and Type | Class and Description |
---|---|
class |
MicroprofileConfigTransformer
Enables to merge Microprofile Config configuration files properly respecting their ordinal.
|
class |
OpenWebBeansPropertiesTransformer
Enables to merge openwebbeans configuration files properly respecting their ordinal.
|
class |
PropertiesTransformer
Enables to merge a set of properties respecting priority between them.
|
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.