Author: ltheussl
Date: Mon Dec 20 15:09:25 2010
New Revision: 1051139

URL: http://svn.apache.org/viewvc?rev=1051139&view=rev
Log:
ad [MSITE-471]: document the need to specify distMgmnt.site.url even if 
stagingSiteURL is used

Modified:
    
maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java

Modified: 
maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java?rev=1051139&r1=1051138&r2=1051139&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-site-plugin/src/main/java/org/apache/maven/plugins/site/SiteStageDeployMojo.java
 Mon Dec 20 15:09:25 2010
@@ -67,6 +67,11 @@ public class SiteStageDeployMojo
      * "${project.distributionManagement.site.url}/staging", where "project" is
      * either the current project or, in a reactor build, the top level project
      * in the reactor.
+     * <p>
+     * Note that even if you specify this plugin parameter you still need to 
indicate
+     * ${project.distributionManagement.site.url} at least in your top level 
project
+     * in order for relative links between modules to be resolved correctly.
+     * </p>
      *
      * @parameter expression="${stagingSiteURL}"
      * @see <a 
href="http://maven.apache.org/maven-model/maven.html#class_site";>MavenModel#class_site</a>


Reply via email to