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

[jira] [Commented] (KARAF-5868) be able to remove properties during distribution assembly

    [ https://issues.apache.org/jira/browse/KARAF-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16581710#comment-16581710 ] 

ASF subversion and git services commented on KARAF-5868:
--------------------------------------------------------

Commit c35384e1a8de65ceb497ad86e859d128a8e41bc7 in karaf's branch refs/heads/master from [~ffang]
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=c35384e ]

[KARAF-5868]be able to remove properties during distribution assembly


> be able to remove properties 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
>            Assignee: Freeman Fang
>            Priority: Major
>
> 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)