mirror of https://github.com/apache/maven.git
o adding some versions to elements to experiment with output for a specific version. Working on the v3 -> v4 converter.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162668 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8ceb14aa0f
commit
96b61b2000
|
@ -38,28 +38,31 @@
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>parent</name>
|
<name>parent</name>
|
||||||
|
<version>4.0.0</version>
|
||||||
<description>Specified which project to extend.</description>
|
<description>Specified which project to extend.</description>
|
||||||
<type>Parent</type>
|
<type>Parent</type>
|
||||||
<comment></comment>
|
<comment></comment>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>modelVersion</name>
|
<name>modelVersion</name>
|
||||||
|
<version>4.0.0</version>
|
||||||
<description>The version of this model you are using.</description>
|
<description>The version of this model you are using.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>pomVersion</name>
|
<name>pomVersion</name>
|
||||||
|
<version>3.0.0</version>
|
||||||
<delegateTo>modelVersion</delegateTo>
|
<delegateTo>modelVersion</delegateTo>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>groupId</name>
|
<name>groupId</name>
|
||||||
<version>??? used post 3.0.0</version>
|
<version>3.0.0</version>
|
||||||
<description>The primary grouping for your project.</description>
|
<description>The primary grouping for your project.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>artifactId</name>
|
<name>artifactId</name>
|
||||||
<version>??? used post 3.0.0</version>
|
<version>3.0.0</version>
|
||||||
<description>The identifier used when generating the artifact for your project.</description>
|
<description>The identifier used when generating the artifact for your project.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
|
@ -72,25 +75,30 @@
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>name</name>
|
<name>name</name>
|
||||||
|
<version>3.0.0</version>
|
||||||
<description>Human readable name of the project.</description>
|
<description>Human readable name of the project.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>currentVersion</name>
|
<name>currentVersion</name>
|
||||||
|
<version>3.0.0</version>
|
||||||
<delegateTo>version</delegateTo>
|
<delegateTo>version</delegateTo>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>version</name>
|
<name>version</name>
|
||||||
|
<version>4.0.0</version>
|
||||||
<description>The current version of the project.</description>
|
<description>The current version of the project.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>shortDescription</name>
|
<name>shortDescription</name>
|
||||||
|
<version>3.0.0</version>
|
||||||
<description>An abbreviated description of the project.</description>
|
<description>An abbreviated description of the project.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>description</name>
|
<name>description</name>
|
||||||
|
<version>3.0.0</version>
|
||||||
<description>
|
<description>
|
||||||
A detailed description of the project. This element is
|
A detailed description of the project. This element is
|
||||||
usually specified as CDATA to enable the use of HTML tags
|
usually specified as CDATA to enable the use of HTML tags
|
||||||
|
@ -100,30 +108,27 @@
|
||||||
</description>
|
</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
|
||||||
<name>type</name>
|
|
||||||
<version>??? use post 3.0.0</version>
|
|
||||||
<description>The type of artifact produced by the project.</description>
|
|
||||||
<type>String</type>
|
|
||||||
<defaultValue>jar</defaultValue>
|
|
||||||
</field>
|
|
||||||
<field>
|
<field>
|
||||||
<name>url</name>
|
<name>url</name>
|
||||||
|
<version>3.0.0</version>
|
||||||
<description>The URL where the project can be found.</description>
|
<description>The URL where the project can be found.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>logo</name>
|
<name>logo</name>
|
||||||
|
<version>3.0.0</version>
|
||||||
<description>The logo for the project.</description>
|
<description>The logo for the project.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>issueTrackingUrl</name>
|
<name>issueTrackingUrl</name>
|
||||||
|
<version>3.0.0</version>
|
||||||
<description>The URL where the issue tracking system used by the project can be found.</description>
|
<description>The URL where the issue tracking system used by the project can be found.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>inceptionYear</name>
|
<name>inceptionYear</name>
|
||||||
|
<version>3.0.0</version>
|
||||||
<description>The year the project started.</description>
|
<description>The year the project started.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
|
|
Loading…
Reference in New Issue