You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Grzegorz Grzybek (JIRA)" <ji...@apache.org> on 2017/06/26 08:40:00 UTC

[jira] [Created] (KARAF-5221) karaf-maven-plugin's pidsToExtract handled incorrectly

Grzegorz Grzybek created KARAF-5221:
---------------------------------------

             Summary: 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)