You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2008/02/16 11:39:39 UTC

svn commit: r628260 - /maven/plugins/trunk/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java

Author: ltheussl
Date: Sat Feb 16 02:39:35 2008
New Revision: 628260

URL: http://svn.apache.org/viewvc?rev=628260&view=rev
Log:
Fix due to r620676

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=628260&r1=628259&r2=628260&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 Sat Feb 16 02:39:35 2008
@@ -161,10 +161,10 @@
     /**
      * Directory containing the <code>site.xml</code> file.
      *
-     * @parameter expression="${basedir}/src/site"
+     * @parameter expression="src/site"
      * @required
      */
-    protected File siteDirectory;
+    protected String siteDirectory;
 
     // ----------------------------------------------------------------------
     // Linkcheck parameters