This problem is due to some limitation in the core of maven. Here is a jira about this :
http://jira.codehaus.org/browse/MNG-2398 I submitted a patch with this issue that solve the problem. There is some limitation with test jars. You need to define these jars with classifier "tests" and not with type "test-jar" if you want to use my patch Regards Seb -- View this message in context: http://www.nabble.com/Surefire-problem-with-%22test-jar%22-in-a-reactor-tf2251079.html#a6280687 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
