Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
See http://davanum.wordpress.com/2008/04/15/tip-for-running-maven2-using-apache-harmony/
Gist is that We need to set MAVEN_OPTS as follows
set MAVEN_OPTS=-Dsurefire.useSystemClassLoader=false
to avoid an issue with running unit tests in maven.