You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/08/03 02:58:41 UTC

cvs commit: maven-plugins/multiproject/xdocs reports.xml index.xml navigation.xml

dion        2004/08/02 17:58:41

  Modified:    multiproject/xdocs index.xml navigation.xml
  Added:       multiproject/xdocs reports.xml
  Log:
  Document dependency convergence report. Issue MPMULTIPROJECT-41
  
  Revision  Changes    Path
  1.3       +6 -1      maven-plugins/multiproject/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	4 Mar 2004 18:36:33 -0000	1.2
  +++ index.xml	3 Aug 2004 00:58:40 -0000	1.3
  @@ -30,13 +30,18 @@
           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>
         <p>
           For more information on how to customise the functionality provided
           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>
  
  
  
  1.10      +1 -0      maven-plugins/multiproject/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/navigation.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- navigation.xml	2 May 2004 10:26:36 -0000	1.9
  +++ navigation.xml	3 Aug 2004 00:58:40 -0000	1.10
  @@ -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>
  
  
  
  1.1                  maven-plugins/multiproject/xdocs/reports.xml
  
  Index: reports.xml
  ===================================================================
  <?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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org