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

empty framework shortcut #40

Open lgathy opened 6 years ago

lgathy commented 6 years ago

It would be nice if there would be an 'empty' framework shortcut defined in the plugin referencing an "empty" dist zip. In this case the project could and should define all the resources of the environment.

Imho, this might also be the default if nothing set manually, but only if there is no default currently, because that would break compatibility.

Only possible after #38 is implemented.