jvanzyl 2004/03/08 13:22:40 Modified: maven-model maven.mdo Log: 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. Revision Changes Path 1.11 +14 -3 maven-components/maven-model/maven.mdo Index: maven.mdo =================================================================== RCS file: /home/cvs/maven-components/maven-model/maven.mdo,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- maven.mdo 8 Mar 2004 19:09:45 -0000 1.10 +++ maven.mdo 8 Mar 2004 21:22:40 -0000 1.11 @@ -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>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]