I'm trying to use PAX exam to write some unit tests for a bundle, but I'm having problems with provisioning the framework with the bundle that was just built. I tried using a mavenBundle(), but while the jar file is getting built before the unit tests run, it does not get installed in the local maven repository until after the tests run successfully. This means that once there is a test failure, it will always be picking up an old copy of the bundle rather than the one that is currently being built. How can I provision the local copy of this bundle that's sitting in the target build directory?

Rick

_______________________________________________
general mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to