o the description elements are now implicitly <![CDATA]]> so that anything

can be put in there and pass through to the doco.

  Just moving Pete's good documentation into the model.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162589 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-03-08 21:22:40 +00:00
parent 8910901fff
commit a13c2ce98f

View File

@ -17,9 +17,10 @@
|
-->
<model>
<id>maven</id>
<name>Maven</name>
<version>3.0.0</version>
<description>the description</description>
<description>Maven's model for Java project.</description>
<packageName>org.apache.maven.model</packageName>
<classes>
<class>
@ -561,16 +562,26 @@
<fields>
<field>
<name>name</name>
<description>the description</description>
<description>
The external version number under which this release was distributed. Examples include:
<code>1.0</code>, <code>1.1-alpha1</code>, <code>1.2-beta</code>, <code>1.3.2</code> etc.
</description>
<type>String</type>
</field>
<field>
<name>tag</name>
<description>
The name given in the version control system (e.g. cvs) used by the project for the source
code associated with this version of the project.
</description>
<type>String</type>
</field>
<field>
<name>id</name>
<description>the description</description>
<description>
A unique identifier for a version. This ID is
used to specify the version that <a href="plugins/dist/index.html"><code>maven:dist</code></a> builds.
</description>
<type>String</type>
</field>
</fields>