Brett,

Additionally surefire's POJO approach collides with junit4.

This is taken care of by the surefire plugin. It should select JUnit 4 as long as a it is in the dependency classpath.


The surefire plugin does not take care of that, it just adds a
JUnitDirectoryTestSuite to surefireBooter if junit (no matter
what version) is in projectArtifactMap.

So should I change the surefire plugin to add a
JUnit4DirectoryTestSuite it junit4 is in projectArtifactMap or modify JUnitDirectoryTestSuite to implement this logic.
(Then projectArtifactMap would be needed to passed to
JUnitDirectoryTestSuite constructor?)

Bernd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to