Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-bundle-plugin-2.3.6
-
None
Description
When maven-jar-plugin configuration uses relative manifestFile path (i.e. <manifestFile>META-INF/MANIFEST.MF</manifestFile>), org.apache.felix.bundleplugin.JarPluginConfiguration will calculate manifestFile relative to JVM current working directory instead of ${project.basedir}. This can result in unexpected/wrong generated bundle manifest contents for multi-module projects. I'll attach an example project that demonstrates the problem shortly.