From c0625f4fac8793a4ed0436638892eb7e97392e35 Mon Sep 17 00:00:00 2001 From: dion Date: Sun, 7 Sep 2003 17:54:54 +0000 Subject: [PATCH] Updated overview page properties git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113973 13f79535-47bb-0310-9956-ffa450edef68 --- multiproject/xdocs/current/changes.xml | 1 + multiproject/xdocs/current/properties.xml | 141 ---------------------- 2 files changed, 1 insertion(+), 141 deletions(-) delete mode 100644 multiproject/xdocs/current/properties.xml 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 @@ + Update docs on overview page set maven.xdoc.version to 1.0 for the site update to use maven.docs.*/maven.gen.docs diff --git a/multiproject/xdocs/current/properties.xml b/multiproject/xdocs/current/properties.xml deleted file mode 100644 index 7fb0d670..00000000 --- a/multiproject/xdocs/current/properties.xml +++ /dev/null @@ -1,141 +0,0 @@ - - - - - Maven Multi-Project Plug-in Properties - dIon Gillard - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyOptional?Description
maven.multiproject.aggregateDirYes -

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

- 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 ${basedir}. -

-
maven.multiproject.excludesYes -

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

- Set this to true to allow the plugin to continue - when any project fails during processing. -

-

- Default value is false. That means that if a project fails, - other projects will not be processed. -

-
maven.multiproject.includesYes -

- 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 run maven multiproject - must not be included in the set of projects to be processed. - -

- Default value is */project.xml, that is all project.xml files one - directory below the base directory -

-
maven.multiproject.navigationYes -

- This property tells the plugin how to generate navigation for the set of sites being managed. -

-

- If the property is set to independent a navigation menu is generated with each - project's name linking to the project's URL, as specified in that project's descriptor, project.xml. -

-

- If the property is set to aggregate a navigation menu is generated with each - project's name linking to /${maven.multiproject.aggregateDir}${project.name}/index.html. - At the completion of the multiproject:site goal, each project's generated site is copied into - the appropriate directory. e.g. if WebProject1 and JarProject2 are the names of projects - processed via multiproject:site, the project that is executing - multiproject:site will have the generated sites from - WebProject1/target/docs and JarProject2/target/docs copied into - target/docs/multiproject/WebProject1 and - target/docs/multiproject/JarProject2 respectively. -

-

- Default value is aggregate. -

-
maven.multiproject.typeNo -

- 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. -
- E.g. this property is set to war - when multiproject will build the project - it will try to create artifact to attain a goal: - war:war. If it is set to ear - the goal which will deliver an artifact will be - ear:ear -

-

- Default value is jar. -

-
-
- -