[
https://issues.apache.org/jira/browse/KARAF-5221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062798#comment-16062798
]
ASF subversion and git services commented on KARAF-5221:
--------------------------------------------------------
Commit 818ab2ca36662e3ef05cd42be73058bae2b4879d in karaf's branch
refs/heads/master from [~gzres]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=818ab2c ]
[KARAF-5221] Fix AssemblyMojo.pidsToExtract
> karaf-maven-plugin's pidsToExtract handled incorrectly
> ------------------------------------------------------
>
> Key: KARAF-5221
> URL: https://issues.apache.org/jira/browse/KARAF-5221
> Project: Karaf
> Issue Type: Bug
> Components: karaf-tooling
> Reporter: Grzegorz Grzybek
> Assignee: Grzegorz Grzybek
>
> {{org.apache.karaf.tooling.AssemblyMojo#pidsToExtract}} is simply split by
> comma and:
> {code:xml}
> <pidsToExtract>
> !jmx.acl.*,
> !org.apache.karaf.command.acl.*,
> *
> </pidsToExtract>
> {code}
> doesn't work.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)