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

David Bosschaert updated SLING-8213:
------------------------------------
    Description: 
The custom merge handlers executed during aggregation can be configured using 
{{handlerConfiguration}} tags in the slingfeature-maven-plugin configuration.
They can be configured on a per-plugin basis (plugin-name needs to be 
specified) or with a wildcard.
Currently the way to specify configuration that needs to be passed to all 
plugins is by specifying {{*}} as the name, in the case of the maven plugin, 
the name is specify as an XML tag.
However {code}<*>{code} is not a valid XML tag and the pom will not parse with 
such a tag, so using {{*}} as the wildcard is an unfortunate choice.

We need to fix this so that wildcards can be specified in the pom.xml

  was:
The custom merge handlers executed during aggregation can be configured using 
{{handlerConfiguration}} tags in the slingfeature-maven-plugin configuration.
They can be configured on a per-plugin basis (plugin-name needs to be 
specified) or with a wildcard.
Currently the way to specify configuration that needs to be passed to all 
plugins is by specifying {{*}} as the name, in the case of the maven plugin, 
the name is specify as an XML tag.
However {{<*>}} is not a valid XML tag and the pom will not parse with such a 
tag, so using {{*}} as the wildcard is an unfortunate choice.

We need to fix this so that wildcards can be specified in the pom.xml


> Not possible to specify wildcard handler property in Maven plugin
> -----------------------------------------------------------------
>
>                 Key: SLING-8213
>                 URL: https://issues.apache.org/jira/browse/SLING-8213
>             Project: Sling
>          Issue Type: Bug
>          Components: Feature Model
>    Affects Versions: slingfeature-maven-plugin 0.8.0
>            Reporter: David Bosschaert
>            Priority: Major
>
> The custom merge handlers executed during aggregation can be configured using 
> {{handlerConfiguration}} tags in the slingfeature-maven-plugin configuration.
> They can be configured on a per-plugin basis (plugin-name needs to be 
> specified) or with a wildcard.
> Currently the way to specify configuration that needs to be passed to all 
> plugins is by specifying {{*}} as the name, in the case of the maven plugin, 
> the name is specify as an XML tag.
> However {code}<*>{code} is not a valid XML tag and the pom will not parse 
> with such a tag, so using {{*}} as the wildcard is an unfortunate choice.
> We need to fix this so that wildcards can be specified in the pom.xml



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to