Hi guys,

Had 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

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

Reply via email to