2009/5/12 Will Horn <[email protected]> > > 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. I > wanted to post here first since I am unsure if this is a problem with the > maven-bundle-plugin or not. If so, I would be happy to file a bug. If > not, > please direct me to the appropriate place to continue my complaint :o) >
looks like a bug to me (and the same exception occurs with previous releases, so it's not a regression) the "bundleall" goal assumes you're running it against a jar/bundle project - it should be more forgiving please open an issue at http://issues.apache.org/jira/browse/FELIX along with a patch if you have one ;) > Thanks so much, > Will > > http://www.nabble.com/file/p23495574/bundle-all-test.zipbundle-all-test.zip > -- > View this message in context: > http://www.nabble.com/maven-bundle-plugin%3Abundleall-throws-NullPointerException-tp23495574p23495574.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Cheers, Stuart

