everit-org / eosgi-maven-plugin

A Maven plugin that runs Integration Tests inside OSGi containers and collects OSGi Bundle dependencies to be able to use them inside any IDE.
Apache License 2.0
4 stars 5 forks source link

AbstractOSGIMojo logging improvement #3

Closed ghost closed 11 years ago

ghost commented 11 years ago

Line 91 of AbstractOSGIMojo sometimes fails with NullPointerException. In such case a log warning should be created, also indicating the name of the non-existing bundle

balazs-zsoldos commented 11 years ago

Closing as fix was merged into the master