You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bw...@apache.org on 2003/03/04 21:13:25 UTC

cvs commit: jakarta-turbine-maven/xdocs/reference project-descriptor.xml

bwalding    2003/03/04 12:13:24

  Modified:    xdocs/reference project-descriptor.xml
  Log:
  o MAVEN-310: Patch applied
  
  Revision  Changes    Path
  1.11      +45 -4     jakarta-turbine-maven/xdocs/reference/project-descriptor.xml
  
  Index: project-descriptor.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/xdocs/reference/project-descriptor.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project-descriptor.xml	17 Feb 2003 20:59:50 -0000	1.10
  +++ project-descriptor.xml	4 Mar 2003 20:13:23 -0000	1.11
  @@ -196,6 +196,15 @@
             </td>
           </tr>
           <tr>
  +          <td><a href="#branches">branches</a></td>
  +          <td>
  +            Optional. Contains information on branches of the
  +            project. This information is used when invoking the <a
  +            href="plugins/dist/index.html"><code>maven:dist</code></a>
  +            target.
  +          </td>
  +        </tr>
  +        <tr>
             <td><a href="#mailingLists">mailingLists</a></td>
             <td>
               Contains information about a project's mailing lists.  This
  @@ -367,6 +376,26 @@
               </table>
           </subsection>
       </section>
  +    <section name="branches">
  +        <p>This element describes each of the branches of the
  +        project. Each branch is described by a <code>tag</code>
  +        element
  +        </p>
  +        <subsection name="branch">
  +            <table>
  +                <tr><th>Element</th><th>Description</th></tr>
  +                <tr>
  +                    <td>tag</td>
  +                    <td>
  +                      The branch tag in the version control system
  +                      (e.g. cvs) used by the project for the source
  +                      code associated with this branch of the
  +                      project.
  +                    </td>
  +                </tr>
  +            </table>
  +        </subsection>
  +    </section>
       <section name="mailingLists">
         <p>
           This element describes all of the mailing lists associated with
  @@ -536,16 +565,28 @@
               <td>The name of the dependency.</td>
             </tr>
             <tr>
  -            <td>version</td>
  -            <td>The version of the dependency.</td>
  +            <td>groupId</td>
  +            <td></td>
             </tr>
             <tr>
  -            <td>url</td>
  -            <td>The url of the dependency's homepage.</td>
  +            <td>artifactId</td>
  +            <td></td>
  +          </tr>
  +          <tr>
  +            <td>version</td>
  +            <td>The version of the dependency.</td>
             </tr>
             <tr>
               <td>jar</td>
               <td>The name of jar file if it doesn't respect <code>&lt;id&gt;.&lt;version&gt;.jar pattern.</code></td>
  +          </tr>
  +          <tr>
  +            <td>type</td>
  +            <td></td>
  +          </tr>
  +          <tr>
  +            <td>url</td>
  +            <td>The url of the dependency's homepage.</td>
             </tr>
           </table>
         </subsection>