By default remove the Include-Resource header from the generated manifest
-------------------------------------------------------------------------

                 Key: FELIX-451
                 URL: https://issues.apache.org/jira/browse/FELIX-451
             Project: Felix
          Issue Type: Improvement
          Components: Maven Bundle Plugin
    Affects Versions: 1.0.0
            Reporter: Stuart McCulloch
            Assignee: Stuart McCulloch
            Priority: Trivial


The latest version of Bnd supports removal of headers from the final generated 
manifest, after all the processing has been done.

Because the Include-Resource header is not required at runtime and is often 
verbose for Maven projects with several resources, I suggest we remove it by 
default. Users who want to keep the Include-Resource header, or remove other 
headers can override this default by using:

      <instructions>
        <_removeheaders> ... comma separated list of headers ... 
</_removeheaders>
      </instructions>

in their BND instructions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to