Hi, We are starting to convert our project over to osgi and are using the labs-paxexam testing mechanism.
We have a custom karaf distribution (adds some bundles we need across our projects, logging, etc). I'd like to build a test artifact along with our karaf distribution that contains testing utilities consuming projects can use such that they don't need to rewrite the initialization code if they don't want to. I think this will work ok for @Configuration methods as it is run locally and the standard maven depends mechanisms will pick up the classes just fine, however, if the actual @Test methods use any of these test utilities, then the classes are not available in the karaf distribution. Are there any recommended ways to get a jar of utilities into the karaf distribution when using labs-paxexam such that it is available from the test classes being executed? Thanks, -- Rick
