Author: vsiveton
Date: Sun Aug 2 12:48:00 2009
New Revision: 800055
URL: http://svn.apache.org/viewvc?rev=800055&view=rev
Log:
o updated javadoc
Modified:
maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java
Modified:
maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java?rev=800055&r1=800054&r2=800055&view=diff
==============================================================================
---
maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java
(original)
+++
maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java
Sun Aug 2 12:48:00 2009
@@ -539,10 +539,13 @@
/**
* Invoke Maven for the <code>site</code> phase for a temporary Maven
project using <code>tmpReportingOutputDirectory</code>
- * as ${project.reporting.outputDirectory}. This is a workaround to be
sure that all site files have been correctly generated.
+ * as <code>${project.reporting.outputDirectory}</code>. This is a
workaround to be sure that all site files have been
+ * correctly generated.
* <br/>
- * <b>Note</b>: the Maven Home should be defined in the
<code>maven.home</code> Java system property or defined in
+ * <b>Note 1</b>: the Maven Home should be defined in the
<code>maven.home</code> Java system property or defined in
* <code>M2_HOME</code> system env variables.
+ * <b>Note 2</be>: we can't use <code>siteOutputDirectory</code> param
from site plugin because some plugins
+ * <code>${project.reporting.outputDirectory}</code> in there conf.
*
* @param tmpReportingOutputDirectory not null
* @throws IOException if any