Hi all, I have a situation where I would like to set the FelixConstants.FRAMEWORK_SYSTEMPACKAGES_EXTRA property in my pom for use with surefire. I would like to supply all the packages that would be on the Import-Packages attribute if the manifest is generated for everything on the "test" classpath.
I have a class that embeds Felix for plugins in one module. Then another integration test module tests that Felix embedding class. The problem is I get CCE exceptions if I access plugin interfaces to test the plugin so I would like to have the build construct the list of extra system packages so I don't have to manually update these values in the code. Is there a hack anyone uses for this? Thanks in advance, Alex
