Author: jjensen
Date: Sun Dec 17 16:27:34 2006
New Revision: 488087

URL: http://svn.apache.org/viewvc?view=rev&rev=488087
Log:
Improve maven.multiproject.site.goals property doc to clarify that it is not 
additive, but overriding.

Modified:
    maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml?view=diff&rev=488087&r1=488086&r2=488087
==============================================================================
--- maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/multiproject/xdocs/properties.xml Sun Dec 17 
16:27:34 2006
@@ -207,10 +207,20 @@
           <td>No</td>
           <td>
             <p>
-              Defines the list of goals that should be executed when
-              running <code>multiproject:site</code>. This is useful
-              if you need to run additional goals than <code>site</code> 
-              when generating the site.
+              Defines the list of goals to execute on each subproject when
+              running <code>multiproject:site</code>.
+              This property specifies the complete list of goals to run,
+              not in addition to any default ones.
+            </p>
+            <p>
+              This is useful when needing to run goals in addition to,
+              or other than, <code>site</code> on the subproject sites.
+            </p>
+            <p>
+              Note: when setting this property,
+              if you want <code>site</code> to run on the subprojects,
+              you must specify <code>site</code>
+              in the list of goals to execute.
             </p>
             <p>
               Default value is <code>site</code>.


Reply via email to