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?
-- Alexandre Poitras Québec, Canada --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
