I have a question about redirecting the output directory for reports.
By running: %mvn surefire-report:report -DoutputDirectory=/tmp/test-report I don't get the generated html report in /tmp/test-report. It still goes to the default location. How do I send the html output to a different location? This also goes for: % mvn pmd:pmd -DoutputDirectory=/tmp/pmd-report And % mvn checkstyle:checkstyle DoutputDirectory=/tmp/checkstyle-report Thanks, Scott
