mirror of https://github.com/apache/maven.git
o incorporating a <comment/> element from which we can produced developer
documentation during changes to model. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162585 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03b7d6139d
commit
5ec663a644
|
@ -109,16 +109,17 @@
|
||||||
<description>The directory on the site host where site documentation is placed when the site is uploaded.</description>
|
<description>The directory on the site host where site documentation is placed when the site is uploaded.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
<!-- This naming is inconsistent and distriubtion should occur from a repository structure. -->
|
|
||||||
<field>
|
<field>
|
||||||
<name>distributionSite</name>
|
<name>distributionSite</name>
|
||||||
<description>The FQDN of the host where the project's artifacts are uploaded.</description>
|
<description>The FQDN of the host where the project's artifacts are uploaded.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
|
<comment>This naming is inconsistent and distriubtion should occur from a repository structure.</comment>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>distributionDirectory</name>
|
<name>distributionDirectory</name>
|
||||||
<description>The directory on the distribution host where artifacts are placed when uploaded.</description>
|
<description>The directory on the distribution host where artifacts are placed when uploaded.</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
|
<comment>This naming is inconsistent and distriubtion should occur from a repository structure.</comment>
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>mailingLists</name>
|
<name>mailingLists</name>
|
||||||
|
|
Loading…
Reference in New Issue