mirror of https://github.com/apache/maven.git
[MNG-5480] added documentation about default url values calculated
from parent pom
This commit is contained in:
parent
7d359445d1
commit
f8cda9db60
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue