Hello, This is a question w.r.t configuring pax-exam to run tests in a maven project.
Here's the project structure that we currently have: /api /reference-impl /api-func-tests /real-impl /real-impl-func-tests These are all separate projects with independent pom.xml files. Right now, both api-func-tests and real-impl-func-tests contain JUnit tests that are run using pax-exam's MavenConfiguredJunitTestRunner. The api-func-tests are bound to the reference-impl. What we're looking to do is to be able to 'refer' to the api-func-tests (maybe as a dependency) from real-impl-func-tests and execute them as well. So, in addition to the real-impl specific func tests, we want to be able to run the api-func-tests... at which point it will be bound to real-impl. Is there any way configure pax-exam to do this? Or any suggestions for modifying the project structure to enable this? Thanks, Mohnish -- View this message in context: http://www.nabble.com/configuring-tests-that-pax-exam-runs-tp25232374p25232374.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

