You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2018/08/15 22:51:00 UTC

[jira] [Created] (KARAF-5868) be able to remove properies during distribution assembly

Freeman Fang created KARAF-5868:
-----------------------------------

             Summary: be able to remove properies during distribution assembly
                 Key: KARAF-5868
                 URL: https://issues.apache.org/jira/browse/KARAF-5868
             Project: Karaf
          Issue Type: Improvement
          Components: karaf-tooling
            Reporter: Freeman Fang


currently we can put/append properties for the configuration files when building assembly, it's better that we can also remove properties during this building process, like we should be able to support 
{code}
          <edit>
            <file>config.properties</file>
            <operation>remove</operation>
            <key>org.apache.karaf.security.providers</key>
          </edit>
{code}
in assembly-property-edits.xml



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