My tycho surefire test application requires more bundles than which are automatically added through tycho dependency handling.
I could add all bundles as Require-Bundle
in the MANIFEST.MF
of the test bundle, but this seems like not a very clean solution.
I would prefer to add a feature to the tycho-surefire-plugin
configuration, where all bundles of the feature will be automatically added to the:
target/work/configuration/config.ini osgi.bundles
Is it possible to add a feature or otherwise a list of additional bundles?