You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "David Bosschaert (JIRA)" <ji...@apache.org> on 2019/01/29 11:20:00 UTC

[jira] [Resolved] (SLING-8213) Not possible to specify wildcard handler property in Maven plugin

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

David Bosschaert resolved SLING-8213.
-------------------------------------
    Resolution: Fixed

Fixed with:
* https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature.git;a=commitdiff;h=ad9fb1970b98ba5d1b20d33829d6f5d9df8454ef
* https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-feature-analyser.git;a=commitdiff;h=70274a1a15cfe1308add630ea3334c49cf01d7f6
* https://gitbox.apache.org/repos/asf?p=sling-slingfeature-maven-plugin.git;a=commitdiff;h=3082ba25eaf2488571ee37911bb1f5353edd4369

> 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
>            Assignee: David Bosschaert
>            Priority: Major
>             Fix For: Feature Model 0.8.2, Feature Model Analyser 0.8.2, slingfeature-maven-plugin 0.8.2
>
>
> 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)