Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-bundle-plugin-1.4.3
-
None
-
Maven version: 2.0.7
Java version: 1.5.0_13-rev
OS name: "sunos" version: "5.11" arch: "x86"
Description
I have a multi-module project. I configure the maven-bundle-plugin (version 1.4.3) in <builds><plugins> section of parent pom.xml. One of the configuration instruction is to include a bnd configuration file called osgi.bundle. I use manifest goal of maven-bundle-plugin. I see that the plugin/bnd is complaining about a missing osgi.bundle file, although the module being built has such a file. If I switch to using bundle packaging type, the problem goes away. I am attaching a simple test case to demonstrate the problem. What is more interesting to note is that, if I cd to the submodule and do a build, it builds fine.