You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Scott Glaser <sg...@yahoo-inc.com> on 2007/12/07 05:13:41 UTC

Changing output of reports

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