From ee08d5b0ebd24bb3302d17d58d49cd8552a6887d Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Mon, 8 Mar 2004 22:06:29 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162593 13f79535-47bb-0310-9956-ffa450edef68 --- maven-model/maven.mdo | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/maven-model/maven.mdo b/maven-model/maven.mdo index 96954fa566..81821444e6 100644 --- a/maven-model/maven.mdo +++ b/maven-model/maven.mdo @@ -32,7 +32,6 @@ 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 path may be absolute, or relative to the current project.xml file. - ${basedir}/../project.xml]]> String @@ -620,17 +619,26 @@ connection - the description + + The source configuration management system URL + that describes the repository and how to connect to the + repository. This is used by Maven when building versions + from specific ID. + String developerConnection - the description + + Just like connection, but for developers, i.e. this scm connection + will not be read only. + String url - the description + The URL to the project's browsable CVS repository. String