I have a unit test that is dependent upon one jar being in front of the other 
in the classpath. This has been a long-standing issue with Maven that was fixed 
in the 2.0.9 release (see http://jira.codehaus.org/browse/MNG-1412). Now I can 
run "mvn test" and the classpath-order-dependent test will pass. However, when 
I run "mvn cobertura:cobertura", the test fails because the classpath is in the 
incorrect order (I run with -X to see that the classpaths are different).
 
Has anyone seen this issue? Is there any workaround available?
 
Thanks,
Justin

Reply via email to