Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
maven-bundle-plugin-2.0.0
-
None
-
vista, maven 2.0.9
Description
I have attached a test case where I get an NPE while running the bundleall goal. The scenario is this:
bundle-all-test: root project, defines dependency on log4j with a version range and runtime scope in dependencyManagement
proj1: jar project depending on log4j, reducing scope to compile
proj2: pom project depending on proj1
To reproduce, run 'mvn install org.apache.felix:maven-bundle-plugin:bundleall' in the base directory.