From dac191ef445a6b6c631a945c7a949226870d68a6 Mon Sep 17 00:00:00 2001 From: Michal Maczka Date: Tue, 22 Jun 2004 19:25:54 +0000 Subject: [PATCH] reorganization of some elements of POM git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162830 13f79535-47bb-0310-9956-ffa450edef68 --- maven-model/maven.mdo | 65 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 62 insertions(+), 3 deletions(-) diff --git a/maven-model/maven.mdo b/maven-model/maven.mdo index b40796512e..01d1a5d7f4 100644 --- a/maven-model/maven.mdo +++ b/maven-model/maven.mdo @@ -32,7 +32,7 @@ 3.0.0+ 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. String @@ -162,13 +162,13 @@ siteAddress - 3.0.0+ + 3.0.0 The FQDN of the host where the project's site is uploaded. String siteDirectory - 3.0.0+ + 3.0.0 The directory on the site host where site documentation is placed when the site is uploaded. String @@ -735,6 +735,29 @@ +<<<<<<< maven.mdo + DistributionManagement + 4.0.0 + + This elements describes all that pertains to distribution for a project. + + + + repository + 4.0.0 + Information needed for deploying to remote repository artifacts generated by the project + Repository + + + site + Information needed for deploying website files of the project. + 4.0.0 + Site + + + + +======= DistributionManagement 4.0.0 @@ -756,6 +779,7 @@ +>>>>>>> 1.41 License 3.0.0+ @@ -1218,5 +1242,40 @@ + + + Site + 4.0.0 + + Site contains the information needed + for deploying websites. + + + + id + 4.0.0 + + A unique identifier for a deployment locataion. + + String + + + name + 4.0.0 + + Human readable name of the deployment location + + String + + + url + 4.0.0 + + The url of of the location where website is deployed + + String + + +