Skip to content

Commit

Permalink
[MSHADE-365] put Properties transformers in separate table
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed May 13, 2020
1 parent ecaa5ee commit 830d71a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/site/apt/examples/resource-transformers.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,24 @@ Resource Transformers
*-----------------------------------------+------------------------------------------+
| {{ManifestResourceTransformer}} | Sets entries in the <<<MANIFEST>>> |
*-----------------------------------------+------------------------------------------+
| {{MicroprofileConfigTransformer}} | Merges conflicting Microprofile Config properties based on an ordinal |
*-----------------------------------------+------------------------------------------+
| {{OpenWebBeansPropertiesTransformer}} | Merges Apache OpenWebBeans configuration files |
*-----------------------------------------+------------------------------------------+
| {{PluginXmlResourceTransformer}} | Aggregates Mavens <<<plugin.xml>>> |
*-----------------------------------------+------------------------------------------+
| {{PropertiesTransformer}} | Merges properties files owning an ordinal to solve conflicts |
*-----------------------------------------+------------------------------------------+
| {{ResourceBundleAppendingTransformer}} | Merges ResourceBundles |
*-----------------------------------------+------------------------------------------+
| {{ServicesResourceTransformer}} | Relocated class names in <<<META-INF/services>>> resources and merges them. |
*-----------------------------------------+------------------------------------------+
| {{XmlAppendingTransformer}} | Adds XML content to an XML resource |
*-----------------------------------------+------------------------------------------+
Transformers in <<<org.apache.maven.plugins.shade.resource>>>

*-----------------------------------------+------------------------------------------+
| {{PropertiesTransformer}} | Merges properties files owning an ordinal to solve conflicts |
*-----------------------------------------+------------------------------------------+
| {{OpenWebBeansPropertiesTransformer}} | Merges Apache OpenWebBeans configuration files |
*-----------------------------------------+------------------------------------------+
| {{MicroprofileConfigTransformer}} | Merges conflicting Microprofile Config properties based on an ordinal |
*-----------------------------------------+------------------------------------------+
Transformers in <<<org.apache.maven.plugins.shade.resource.properties>>> (available since 3.2.2)

* Merging Plexus Component Descriptors with the {ComponentsXmlResourceTransformer}

Expand Down

0 comments on commit 830d71a

Please sign in to comment.