Re: Naming convention for ITs

2007-11-23 Thread dfabulich
o unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Naming-convention-for-ITs-tf4835928s177.html#a13919487 Sent from the Maven Developers mailing list archive at Nabble.com. ---

RE: Naming convention for ITs

2007-11-19 Thread Brian E. Fox
Having different packages make the most sense to me. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Mauro Talevi Sent: Monday, November 19, 2007 7:11 AM To: dev@maven.apache.org Subject: Naming convention for ITs Hi all, there is a duplication of test classes in

Naming convention for ITs

2007-11-19 Thread Mauro Talevi
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 num