diff --git a/multiproject/xdocs/current/changes.xml b/multiproject/xdocs/current/changes.xml index 1793ebdd..e802e447 100644 --- a/multiproject/xdocs/current/changes.xml +++ b/multiproject/xdocs/current/changes.xml @@ -7,6 +7,7 @@
| Property | -Optional? | -Description | -
|---|---|---|
| maven.multiproject.aggregateDir | -Yes | -
- - This property tells the plugin where the aggreagate sites should be copied to. - -- The value is "multiproject/" by default, but you can change it to "projects/" - or "modules/" if you like. Please notice the required trailing slash. - Another option is to set this property to an empty string, which will tell - the plugin to place the sites in the root directory of the aggregating site. - - |
-
| maven.multiproject.basedir | -Yes | -
- - This is the base directory that the plugin will use when searching for - projects to be processed. It is also the 'current directory' for relative paths - -
- Default value is |
-
| maven.multiproject.excludes | -Yes | -
- - This is the list of file specifications to be excluded when searching for - projects to be processed by the plugin - -Default value is the empty string. - |
-
| maven.multiproject.ignoreFailures | -Yes | -
- - Set this to true to allow the plugin to continue - when any project fails during processing. - -
- Default value is |
-
| maven.multiproject.includes | -Yes | -
- - This is the list of file specifications to be included when searching for - projects to be processed by the plugin. - - - The 'top-level' project that you use to runmaven multiproject
- must not be included in the set of projects to be processed.
-
-
- Default value is |
-
| maven.multiproject.navigation | -Yes | -
- - This property tells the plugin how to generate navigation for the set of sites being managed. - -
- If the property is set to
- If the property is set to
- Default value is |
-
| maven.multiproject.type | -No | -
-
- This property should be set for
- each subproject separately.
- It allows to control the type of
- artifact (deliverable) which will
- be built, installed or deployed by the reactor.
-
- Default value is |
-