"mvn clover:report" generates errors in tests that execute properly in "mvn
test"
---------------------------------------------------------------------------------
Key: MNG-1625
URL: http://jira.codehaus.org/browse/MNG-1625
Project: Maven 2
Type: Bug
Components: maven-clover-plugin
Reporter: Chris Gray
Some of our java code opens data files, which have been stored in the
${PROJECT_ROOT} directory. When we execute "mvn test", the code compiles fine,
and all unit tests pass. However, when we add the clover plugin to the pom.xml
file, all tests fail during the clover run. As far as I can tell, it looks
like clover when executes the tests, they look for the data files in the
${PROJECT_ROOT}/target/clover directory instead of the ${PROJECT_ROOT}
directory.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]