maven-bundle-plugin filtering manually specified manifests
----------------------------------------------------------
Key: TUSCANY-3457
URL: https://issues.apache.org/jira/browse/TUSCANY-3457
Project: Tuscany
Issue Type: Bug
Components: Build System
Affects Versions: Java-SCA-2.0
Environment: All
Reporter: Simon Laws
I've noticed that if I put a manually generated manifest in the
distribution/all/manifests directory then not all of the contents of the file
are copied to the target directory during build. For example I was trying to
create a fragment bundle but, while the rest of the manifest was copied (proved
by modifying the bundle name in the manifest) it wouldn't copy the
Fragment-Host: org.apache.axis2.kernel
entry. I note that the bundle plugin reads the manifest into a manifest
structure and writes it out again. I don't know much about manifests and how
they are processed so in the mean time I'm changing the code to just copy the
file in this case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.