Author: dennisl
Date: Tue Feb 10 20:27:07 2009
New Revision: 743086
URL: http://svn.apache.org/viewvc?rev=743086&view=rev
Log:
[MSITE-238] multi project default URL is wrong
o Documented the current behavior better.
Modified:
maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt
Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt?rev=743086&r1=743085&r2=743086&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/usage.apt Tue Feb 10
20:27:07 2009
@@ -49,6 +49,12 @@
By default, the resulting site will be in the <<<target/site/>>> directory.
+ <<Note:>> If you have a multi module project, then the links between the
+ parent and child modules will <not> work when you use '<<<mvn site>>>' or
+ '<<<mvn site:site>>>'. If you want to use those links, you should use
+ '<<<mvn site:stage>>>' instead. You read more about that goal further down on
+ this page in the section called '<Staging a Site>'.
+
* Deploying a Site
To be able to deploy the site, you must first specify where the site will be