Add property to define location of test-reports; this is needed to allow
Netbeans to find the test results when invoking build.
-------------------------------------------------------------------------------------------------------------------------------
Key: JDO-533
URL: https://issues.apache.org/jira/browse/JDO-533
Project: JDO
Issue Type: Improvement
Components: api2, api2-legacy
Affects Versions: JDO 2 final
Reporter: Craig Russell
Priority: Trivial
Fix For: JDO 2 maintenance release 1
Adding these lines to the project.properties allows the maven plugin to find
the test results. This might be a bug in the Netbeans maven plugin but it works
for me.
# Maven test reports directory
maven.test.reportsDirectory = ${basedir}/target/test-reports
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.