reorganization of some elements of POM

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michal Maczka 2004-06-22 19:25:54 +00:00
parent e5c7f6b808
commit dac191ef44
1 changed files with 62 additions and 3 deletions

View File

@ -32,7 +32,7 @@
<version>3.0.0+</version>
<description>
The location of the parent project, if one exists. Values from the parent project will be
the default for this project if they are left unspecified.
the default for this project if they are left unspecified.
The path may be absolute, or relative to the current project.xml file.
</description>
<type>String</type>
@ -162,13 +162,13 @@
</field>
<field>
<name>siteAddress</name>
<version>3.0.0+</version>
<version>3.0.0</version>
<description>The FQDN of the host where the project's site is uploaded.</description>
<type>String</type>
</field>
<field>
<name>siteDirectory</name>
<version>3.0.0+</version>
<version>3.0.0</version>
<description>The directory on the site host where site documentation is placed when the site is uploaded.</description>
<type>String</type>
</field>
@ -735,6 +735,29 @@
</fields>
</class>
<class>
<<<<<<< maven.mdo
<name>DistributionManagement</name>
<version>4.0.0</version>
<description>
This elements describes all that pertains to distribution for a project.
</description>
<fields>
<field>
<name>repository</name>
<version>4.0.0</version>
<description>Information needed for deploying to remote repository artifacts generated by the project</description>
<type>Repository</type>
</field>
<field>
<name>site</name>
<description>Information needed for deploying website files of the project.</description>
<version>4.0.0</version>
<type>Site</type>
</field>
</fields>
</class>
<class>
=======
<name>DistributionManagement</name>
<version>4.0.0</version>
<description>
@ -756,6 +779,7 @@
</fields>
</class>
<class>
>>>>>>> 1.41
<name>License</name>
<version>3.0.0+</version>
<fields>
@ -1218,5 +1242,40 @@
</codeSegment>
</codeSegments>
</class>
<!--@todo find better solution for managment of site deployments -->
<class>
<name>Site</name>
<version>4.0.0</version>
<description>
Site contains the information needed
for deploying websites.
</description>
<fields>
<field>
<name>id</name>
<version>4.0.0</version>
<description>
A unique identifier for a deployment locataion.
</description>
<type>String</type>
</field>
<field>
<name>name</name>
<version>4.0.0</version>
<description>
Human readable name of the deployment location
</description>
<type>String</type>
</field>
<field>
<name>url</name>
<version>4.0.0</version>
<description>
The url of of the location where website is deployed
</description>
<type>String</type>
</field>
</fields>
</class>
</classes>
</model>