From d5f32ed53b336a57d27cb69b230856d96fbf4e7d Mon Sep 17 00:00:00 2001 From: jjensen Date: Mon, 18 Dec 2006 00:27:34 +0000 Subject: [PATCH] Improve maven.multiproject.site.goals property doc to clarify that it is not additive, but overriding. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@488087 13f79535-47bb-0310-9956-ffa450edef68 --- multiproject/xdocs/properties.xml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) 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 @@ No

- 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.