Add option to ignore any other manifest files when calculating manifest
-----------------------------------------------------------------------
Key: FELIX-3142
URL: https://issues.apache.org/jira/browse/FELIX-3142
Project: Felix
Issue Type: Improvement
Components: Maven Bundle Plugin
Affects Versions: maven-bundle-plugin-2.3.5
Reporter: Matthew T. Adams
If ${project.build.outputDirectory} includes a resource META-INF/MANIFEST.MF,
maven-bundle-plugin uses it, and there is no way to override that behavior. I
would like to be able to tell the maven-bundle-plugin to ignore an existing
META-INF/MANIFEST.MF or, more generally, any set of manifest resources/files
via a
<manifestFiles><includes>...</includes><excludes>...</excludes></manifestFiles>.
I don't know if this would also require a change to the underlying bnd tool
or not, but it seems like it would, because I don't see this feature there,
either. I defer to the experts to determine whether bnd needs such an
associated enhancement.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira