manifest location not working in reactor build
----------------------------------------------
Key: FELIX-402
URL: https://issues.apache.org/jira/browse/FELIX-402
Project: Felix
Issue Type: Bug
Components: Maven Bundle Plugin
Affects Versions: 1.0.0
Reporter: michael hampel
Priority: Minor
Fix For: 1.0.0
The maven-bundle-plugin can be configured to save the MANIFEST.MF file in a
folder located in the project directory when executing the plugin's bundle
goal.
<manifestLocation>META-INF</manifestLocation>
When building a maven multi-module project from the parent - thus executing the
maven-bundle-plugin:bundle goal for all child projects -
the MANIFEST.MF file is not stored in a child project's directory but in a
folder within the parent directory
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.