Hi all,

there is a duplication of test classes in Surefire ITs, which leads to classpath conflicts when entire project is opened in an IDE.

How about we adopt the convention to avoid these conflicts.  Either:

1. We use different test class names, eg TestSurefireN.java where N is the test number.

2. We use packages to isolate ITs, eg org.apache.maven.surefire.itN.TestSurefire.java

Cheers


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

Reply via email to