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

dist fails if no launchConfig is porvided in .eosgi.dist.xml #37

Open lgathy opened 6 years ago

lgathy commented 6 years ago

Based on the eosgi-dist.xsd this should be allowed, however a NullPointerException will be thrown at org.everit.osgi.dev.dist.util.configuration.DistributedEnvironmentConfigurationProvider lines 81 and 130 in org.everit.osgi.dev.dist.util artifact. Proposed patch at: https://github.com/lgathy/eosgi-dist-util/tree/support-no-launchConfig Also will send PR.