mirror of https://github.com/apache/maven.git
o starting to add descriptions, tracing lineage of some elements.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162582 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9ddf6696c1
commit
1541371583
|
@ -27,22 +27,24 @@
|
||||||
<fields>
|
<fields>
|
||||||
<field>
|
<field>
|
||||||
<name>extend</name>
|
<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>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>modelVersion</name>
|
<name>modelVersion</name>
|
||||||
<description>The version of this model.</description>
|
<description>The version of this model you are using.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>groupId</name>
|
<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>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>artifactId</name>
|
<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>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
|
@ -52,23 +54,25 @@
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>version</name>
|
<name>version</name>
|
||||||
<description>the description</description>
|
<description>The currently version of your project.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>shortDescription</name>
|
<name>shortDescription</name>
|
||||||
<description>the description</description>
|
<description>An abbreviated description of your project.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>description</name>
|
<name>description</name>
|
||||||
<description>the description</description>
|
<description>A full description of your project.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>type</name>
|
<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>
|
<type>String</type>
|
||||||
|
<defaultValue>jar</defaultValue>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>url</name>
|
<name>url</name>
|
||||||
|
|
Loading…
Reference in New Issue