diff --git a/multiproject/xdocs/properties.xml b/multiproject/xdocs/properties.xml index cf0403cf..9603a2e1 100644 --- a/multiproject/xdocs/properties.xml +++ b/multiproject/xdocs/properties.xml @@ -207,10 +207,20 @@
- Defines the list of goals that should be executed when
- running multiproject:site. This is useful
- if you need to run additional goals than site
- when generating the site.
+ Defines the list of goals to execute on each subproject when
+ running multiproject:site.
+ This property specifies the complete list of goals to run,
+ not in addition to any default ones.
+
+ This is useful when needing to run goals in addition to,
+ or other than, site on the subproject sites.
+
+ Note: when setting this property,
+ if you want site to run on the subprojects,
+ you must specify site
+ in the list of goals to execute.
Default value is site.