Author: vsiveton Date: Tue Jan 29 14:22:10 2008 New Revision: 616539 URL: http://svn.apache.org/viewvc?rev=616539&view=rev Log: MPIR-82: Clarify usage of outputDirectory parameter Submitted by: Benjamin Bentmann Reviewed by: Vincent Siveton
o applied Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java?rev=616539&r1=616538&r2=616539&view=diff ============================================================================== --- maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java (original) +++ maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/AbstractProjectInfoReport.java Tue Jan 29 14:22:10 2008 @@ -65,7 +65,9 @@ protected SiteTool siteTool; /** - * Report output directory. + * The output directory for the report. Note that this parameter is only evaluated if the goal is run directly from + * the command line. If the goal is run indirectly as part of a site generation, the output directory configured in + * the Maven Site Plugin is used instead. * * @parameter expression="${project.reporting.outputDirectory}" * @required