Has anybody tried running a test-jar with Surefire 2.4.1? It's not picking up any of our unit tests from the test jar.
We're using JUnit 4.4 (but the tests in the test jar are all JUnit 3.8.1) It's picking up the unit tests from src/test/java fine, but we have packaged our compatability tests are in a separate jar file so that they can be used across the two modules that must be compatable. -Stephen
