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

Defined .eosgi.dist.xml at the project level #38

Open lgathy opened 6 years ago

lgathy commented 6 years ago

This would be a very handy feature, because in certain cases the project just simply has to change some configurations coming from the distPackage zip defined by the framework reference.

A good example is: parsable files, if we want to add additional ones, or simply change or add new startup scripts to the dist. Also, if this is implemented then the .eosgi.dist.xml file could be optional in the distPackage zip.

lgathy commented 6 years ago

Created a PR for my proposed patch: https://github.com/everit-org/eosgi-maven-plugin/pull/39