[ 
https://issues.apache.org/jira/browse/MSHADE-381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Elliotte Rusty Harold updated MSHADE-381:
-----------------------------------------
    Issue Type: New Feature  (was: Improvement)

> Introduction of YamlAppendingTransformer
> ----------------------------------------
>
>                 Key: MSHADE-381
>                 URL: https://issues.apache.org/jira/browse/MSHADE-381
>             Project: Maven Shade Plugin
>          Issue Type: New Feature
>    Affects Versions: 3.2.4
>            Reporter: Peter Butkovic
>            Priority: Major
>
> As documented in the official docs 
> ([https://maven.apache.org/plugins/maven-shade-plugin/examples/resource-transformers.html#AppendingTransformer]
>  ), there are following specific types of Appending Transformers: 
> XmlAppendingTransformer and ResourceBundleAppendingTransformer.
>  
> I'd however need YamlAppendingTransformer capable of merging:
> 1.yaml
> {code:java}
> key1:
>   propA: valA
> {code}
> 2.yaml
> {code:java}
> key1:   
>   propB: valB
> {code}
> into:
> {code:java}
> key1:  
>  propA: valA
>  propB: valB
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to