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
This commit is contained in:
dion
2004-08-03 01:01:42 +00:00
parent 71c1415b58
commit 13c3fb24a0
4 changed files with 50 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
</properties>
<body>
<release version="1.4-SNAPSHOT" date="in CVS">
<action dev="dion" type="fix" issue="MPMULTIPROJECT-41">Document multiproject dependency convergence report</action>
<action dev="dion" type="add" issue="MPMULTIPROJECT-33">Add multiproject:site</action>
<action dev="brett" type="update">Deprecate dependency handle</action>
</release>

View File

@@ -30,7 +30,7 @@
This plug-in provides the ability to work with many projects via the same interface
as a single project.
</p>
<p>
<p>
For more information on the functionality provided by this plugin,
please see the <a href="goals.html">Goals</a> document.
</p>
@@ -39,6 +39,11 @@
by this plugin, please see the <a href="properties.html">properties</a>
document.
</p>
<p>
For more information on the reports provided
by this plugin, please see the <a href="reports.html">reports</a>
document.
</p>
</section>
</body>
</document>

View File

@@ -28,6 +28,7 @@
<menu name="Overview">
<item name="Goals" href="/goals.html" />
<item name="Properties" href="/properties.html" />
<item name="Reports" href="/reports.html" />
<item name="FAQ" href="/faq.html" />
</menu>
</body>

View File

@@ -0,0 +1,42 @@
<?xml version="1.0"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>Maven Multi-Project Plugin</title>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<section name="Dependency Convergence Report">
<p>
This plug-in provides a report which shows how consistent the versions
of artitfacts between the projects of a multiproject build.
</p>
<p>
To register this report, include the following in your <code>project.xml</code>:
<source><![CDATA[
<reports>
<report>maven-multiproject-plugin</report>
</reports>]]></source>
</p>
</section>
</body>
</document>