o more doco

o remove the versionMap, taken care of in the project.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162584 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-03-08 18:12:15 +00:00
parent fd896b0ddd
commit 03b7d6139d
1 changed files with 19 additions and 25 deletions

View File

@ -54,44 +54,44 @@
</field> </field>
<field> <field>
<name>version</name> <name>version</name>
<description>The currently version of your project.</description> <description>The currently version of the project.</description>
<type>String</type> <type>String</type>
</field> </field>
<field> <field>
<name>shortDescription</name> <name>shortDescription</name>
<description>An abbreviated description of your 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>
<description>A full description of your project.</description> <description>A full description of the project.</description>
<type>String</type> <type>String</type>
</field> </field>
<field> <field>
<name>type</name> <name>type</name>
<version>??? use post 3.0.0</version> <version>??? use post 3.0.0</version>
<description>The type of artifact produced by your project.</description> <description>The type of artifact produced by the project.</description>
<type>String</type> <type>String</type>
<defaultValue>jar</defaultValue> <defaultValue>jar</defaultValue>
</field> </field>
<field> <field>
<name>url</name> <name>url</name>
<description>The URL where your 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>
<description>The logo for your 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>
<description>The URL where the issue tracking system used by your 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>
<description>The year your project started.</description> <description>The year the project started.</description>
<type>String</type> <type>String</type>
</field> </field>
<field> <field>
@ -101,64 +101,64 @@
</field> </field>
<field> <field>
<name>siteAddress</name> <name>siteAddress</name>
<description>The FQDN of the host where your project's site is uploaded.</description> <description>The FQDN of the host where the project's site is uploaded.</description>
<type>String</type> <type>String</type>
</field> </field>
<field> <field>
<name>siteDirectory</name> <name>siteDirectory</name>
<description>The directory on your site host where site documentation is placed when the site is uploaded.</description> <description>The directory on the site host where site documentation is placed when the site is uploaded.</description>
<type>String</type> <type>String</type>
</field> </field>
<!-- This naming is inconsistent and distriubtion should occur from a repository structure. --> <!-- This naming is inconsistent and distriubtion should occur from a repository structure. -->
<field> <field>
<name>distributionSite</name> <name>distributionSite</name>
<description>The FQDN of the host where your project's artifacts are uploaded.</description> <description>The FQDN of the host where the project's artifacts are uploaded.</description>
<type>String</type> <type>String</type>
</field> </field>
<field> <field>
<name>distributionDirectory</name> <name>distributionDirectory</name>
<description>The directory on your distribution host where artifacts are placed when uploaded.</description> <description>The directory on the distribution host where artifacts are placed when uploaded.</description>
<type>String</type> <type>String</type>
</field> </field>
<field> <field>
<name>mailingLists</name> <name>mailingLists</name>
<description>the description</description> <description>The mailing lists for the project.</description>
<type>java.util.List</type> <type>java.util.List</type>
<defaultValue>new ArrayList()</defaultValue> <defaultValue>new ArrayList()</defaultValue>
</field> </field>
<field> <field>
<name>developers</name> <name>developers</name>
<description>the description</description> <description>The developers working on the project.</description>
<type>java.util.List</type> <type>java.util.List</type>
<defaultValue>new ArrayList()</defaultValue> <defaultValue>new ArrayList()</defaultValue>
</field> </field>
<field> <field>
<name>contributors</name> <name>contributors</name>
<description>the description</description> <description>People who have contributed to the project.</description>
<type>java.util.List</type> <type>java.util.List</type>
<defaultValue>new ArrayList()</defaultValue> <defaultValue>new ArrayList()</defaultValue>
</field> </field>
<field> <field>
<name>dependencies</name> <name>dependencies</name>
<description>the description</description> <description>The project's dependencies.</description>
<type>java.util.List</type> <type>java.util.List</type>
<defaultValue>new ArrayList()</defaultValue> <defaultValue>new ArrayList()</defaultValue>
</field> </field>
<field> <field>
<name>licenses</name> <name>licenses</name>
<description>the description</description> <description>The project's licenses.</description>
<type>java.util.List</type> <type>java.util.List</type>
<defaultValue>new ArrayList()</defaultValue> <defaultValue>new ArrayList()</defaultValue>
</field> </field>
<field> <field>
<name>versions</name> <name>versions</name>
<description>the description</description> <description>The released versions of the project.</description>
<type>java.util.List</type> <type>java.util.List</type>
<defaultValue>new ArrayList()</defaultValue> <defaultValue>new ArrayList()</defaultValue>
</field> </field>
<field> <field>
<name>branches</name> <name>branches</name>
<description>the description</description> <description>The SCM branches create for the project.</description>
<type>java.util.List</type> <type>java.util.List</type>
<defaultValue>new ArrayList()</defaultValue> <defaultValue>new ArrayList()</defaultValue>
</field> </field>
@ -174,12 +174,6 @@
<type>java.util.List</type> <type>java.util.List</type>
<defaultValue>new ArrayList()</defaultValue> <defaultValue>new ArrayList()</defaultValue>
</field> </field>
<field>
<name>versionMap</name>
<description>the description</description>
<type>java.util.Map</type>
<defaultValue>new HashMap()</defaultValue>
</field>
<field> <field>
<name>repository</name> <name>repository</name>
<description>the description</description> <description>the description</description>