Uses of Interface
org.apache.maven.plugins.shade.resource.ResourceTransformer
Packages that use ResourceTransformer
Package
Description
-
Uses of ResourceTransformer in org.apache.maven.plugins.shade
Methods in org.apache.maven.plugins.shade that return types with arguments of type ResourceTransformerMethod parameters in org.apache.maven.plugins.shade with type arguments of type ResourceTransformerModifier and TypeMethodDescriptionvoidShadeRequest.setResourceTransformers(List<ResourceTransformer> resourceTransformers) The transformers. -
Uses of ResourceTransformer in org.apache.maven.plugins.shade.resource
Subinterfaces of ResourceTransformer in org.apache.maven.plugins.shade.resourceModifier and TypeInterfaceDescriptioninterfaceTransform 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.Classes in org.apache.maven.plugins.shade.resource that implement ResourceTransformerModifier and TypeClassDescriptionclassPrevents duplicate copies of the licenseclassMergesMETA-INF/NOTICE.TXTfiles.classA resource processor that appends content for a resource, separated by a newline.classA resource processor that aggregates plexuscomponents.xmlfiles.classA resource processor that prevents the inclusion of an arbitrary resource into the shaded JAR.classAggregate Apache Groovy extension modules descriptorsclassA resource processor that allows the addition of an arbitrary file content into the shaded JAR.classA 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.classA resource processor that aggregates Mavenplugin.xmlfiles.classAn appending transformer for resource bundlesclassResources transformer that relocates classes in META-INF/services and appends entries in META-INF/services resources into a single resource.classResource transformer that relocates classes inMETA-INF/sisu/javax.inject.Namedand appends resources into a single resource.classAppends multiple occurrences of some XML file.Methods in org.apache.maven.plugins.shade.resource that return types with arguments of type ResourceTransformerModifier 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
Classes in org.apache.maven.plugins.shade.resource.properties that implement ResourceTransformerModifier and TypeClassDescriptionclassEnables to merge Microprofile Config configuration files properly respecting their ordinal.classEnables to merge openwebbeans configuration files properly respecting their ordinal.classEnables to merge a set of properties respecting priority between them.