jvanzyl 2004/03/08 09:57:56
Modified: maven-model maven.mdo
Log:
o starting to add descriptions, tracing lineage of some elements.
Revision Changes Path
1.4 +12 -8 maven-components/maven-model/maven.mdo
Index: maven.mdo
===================================================================
RCS file: /home/cvs/maven-components/maven-model/maven.mdo,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- maven.mdo 8 Mar 2004 17:29:47 -0000 1.3
+++ maven.mdo 8 Mar 2004 17:57:56 -0000 1.4
@@ -27,22 +27,24 @@
<fields>
<field>
<name>extend</name>
- <description>The model you wish this model to extend.</description>
+ <description>The model you wish your model to extend.</description>
<type>String</type>
</field>
<field>
<name>modelVersion</name>
- <description>The version of this model.</description>
+ <description>The version of this model you are using.</description>
<type>String</type>
</field>
<field>
<name>groupId</name>
- <description>the description</description>
+ <version>??? used post 3.0.0</version>
+ <description>The primary grouping for your project.</description>
<type>String</type>
</field>
<field>
<name>artifactId</name>
- <description>the description</description>
+ <version>??? used post 3.0.0</version>
+ <description>The identifier used when generating the artifact for your
project.</description>
<type>String</type>
</field>
<field>
@@ -52,23 +54,25 @@
</field>
<field>
<name>version</name>
- <description>the description</description>
+ <description>The currently version of your project.</description>
<type>String</type>
</field>
<field>
<name>shortDescription</name>
- <description>the description</description>
+ <description>An abbreviated description of your project.</description>
<type>String</type>
</field>
<field>
<name>description</name>
- <description>the description</description>
+ <description>A full description of your project.</description>
<type>String</type>
</field>
<field>
<name>type</name>
- <description>the description</description>
+ <version>??? use post 3.0.0</version>
+ <description>The type of artifact produced by your project.</description>
<type>String</type>
+ <defaultValue>jar</defaultValue>
</field>
<field>
<name>url</name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]