*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162593 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2004-03-08 22:06:29 +00:00
parent 9da84e0fde
commit ee08d5b0eb
1 changed files with 12 additions and 4 deletions

View File

@ -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.
<source><![CDATA[<extend>${basedir}/../project.xml</extend>]]></source>
</description>
<type>String</type>
</field>
@ -620,17 +619,26 @@
<fields>
<field>
<name>connection</name>
<description>the description</description>
<description>
The source configuration management system URL
that describes the repository and how to connect to the
repository. This is used by Maven when <a
href="plugins/dist/index.html">building versions</a>
from specific ID.
</description>
<type>String</type>
</field>
<field>
<name>developerConnection</name>
<description>the description</description>
<description>
Just like connection, but for developers, i.e. this scm connection
will not be read only.
</description>
<type>String</type>
</field>
<field>
<name>url</name>
<description>the description</description>
<description>The URL to the project's browsable CVS repository.</description>
<type>String</type>
</field>
</fields>