On 3/20/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > Am I the only one who find it very annyoing the fact that Surefire try > to construct every classes on the src/test/java path even when they > aren't test case or suit? The problem with this approach is that I > can't put my stub implementations of abstract classes there unless > they have a default constructor or I get an error. But I don't want > those clases to be deploy in the project jar so I can't put them in > the src/main/java path either. Any suggestions or should I raise a > Jira issue?
Have you tried confiuring surefire as per http://maven.apache.org/plugins/maven-surefire-plugin/howto.html ? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
