You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2013/06/03 12:46:03 UTC

[22/50] git commit: [MNG-5480] added documentation about default url values calculated from parent pom

[MNG-5480] added documentation about default url values calculated
from parent pom

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/f8cda9db
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/f8cda9db
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/f8cda9db

Branch: refs/heads/slf4j-log4j2
Commit: f8cda9db6082fb17aa0b2629fdfa2798bcb39147
Parents: 7d35944
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sat May 18 12:53:47 2013 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sat May 18 12:53:47 2013 +0200

----------------------------------------------------------------------
 maven-model/src/main/mdo/maven.mdo |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/f8cda9db/maven-model/src/main/mdo/maven.mdo
----------------------------------------------------------------------
diff --git a/maven-model/src/main/mdo/maven.mdo b/maven-model/src/main/mdo/maven.mdo
index 3603660..48cafb5 100644
--- a/maven-model/src/main/mdo/maven.mdo
+++ b/maven-model/src/main/mdo/maven.mdo
@@ -245,6 +245,7 @@
           <description>
             <![CDATA[
             The URL to the project's homepage.
+            <br /><b>Default value is</b>: parent value [+ path adjustment] + artifactId
             ]]>
           </description>
           <type>String</type>
@@ -2108,6 +2109,7 @@
             <a href="http://maven.apache.org/scm/scm-url-format.html">URL format</a>
             and <a href="http://maven.apache.org/scm/scms-overview.html">list of supported SCMs</a>.
             This connection is read-only.
+            <br /><b>Default value is</b>: parent value [+ path adjustment] + artifactId
             ]]>
           </description>
           <type>String</type>
@@ -2119,6 +2121,7 @@
             <![CDATA[
             Just like <code>connection</code>, but for developers, i.e. this scm connection
             will not be read only.
+            <br /><b>Default value is</b>: parent value [+ path adjustment] + artifactId
             ]]>
           </description>
           <type>String</type>
@@ -2133,7 +2136,12 @@
         <field>
           <name>url</name>
           <version>4.0.0</version>
-          <description>The URL to the project's browsable SCM repository, such as ViewVC or Fisheye.</description>
+          <description>
+            <![CDATA[
+            The URL to the project's browsable SCM repository, such as ViewVC or Fisheye.
+            <br /><b>Default value is</b>: parent value [+ path adjustment] + artifactId
+            ]]>
+          </description>
           <type>String</type>
         </field>
       </fields>
@@ -2564,6 +2572,7 @@
           <description>
             <![CDATA[
             The url of the location where website is deployed, in the form <code>protocol://hostname/path</code>.
+            <br /><b>Default value is</b>: parent value [+ path adjustment] + artifactId
             ]]>
           </description>
           <type>String</type>