From 13c3fb24a0fdbd3f37e1e70363bee6f475479e07 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 3 Aug 2004 01:01:42 +0000 Subject: [PATCH] Document dependency convergence report. Issue MPMULTIPROJECT-41 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115925 13f79535-47bb-0310-9956-ffa450edef68 --- multiproject/xdocs/changes.xml | 1 + multiproject/xdocs/index.xml | 7 +++++- multiproject/xdocs/navigation.xml | 1 + multiproject/xdocs/reports.xml | 42 +++++++++++++++++++++++++++++++ 4 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 multiproject/xdocs/reports.xml diff --git a/multiproject/xdocs/changes.xml b/multiproject/xdocs/changes.xml index 2a96be73..66c83f39 100644 --- a/multiproject/xdocs/changes.xml +++ b/multiproject/xdocs/changes.xml @@ -26,6 +26,7 @@ + Document multiproject dependency convergence report Add multiproject:site Deprecate dependency handle diff --git a/multiproject/xdocs/index.xml b/multiproject/xdocs/index.xml index 9a92c798..1d4bb3a9 100644 --- a/multiproject/xdocs/index.xml +++ b/multiproject/xdocs/index.xml @@ -30,7 +30,7 @@ This plug-in provides the ability to work with many projects via the same interface as a single project.

-

+

For more information on the functionality provided by this plugin, please see the Goals document.

@@ -39,6 +39,11 @@ by this plugin, please see the properties document.

+

+ For more information on the reports provided + by this plugin, please see the reports + document. +

diff --git a/multiproject/xdocs/navigation.xml b/multiproject/xdocs/navigation.xml index 9d21e25d..8482d0a3 100644 --- a/multiproject/xdocs/navigation.xml +++ b/multiproject/xdocs/navigation.xml @@ -28,6 +28,7 @@ + diff --git a/multiproject/xdocs/reports.xml b/multiproject/xdocs/reports.xml new file mode 100644 index 00000000..ad3b7e81 --- /dev/null +++ b/multiproject/xdocs/reports.xml @@ -0,0 +1,42 @@ + + + + + + + Maven Multi-Project Plugin + dIon Gillard + + + +
+

+ This plug-in provides a report which shows how consistent the versions + of artitfacts between the projects of a multiproject build. +

+

+ To register this report, include the following in your project.xml: + + maven-multiproject-plugin +]]> +

+
+ +