mirror of https://github.com/apache/maven.git
o we now have distributionManagement so we don't want the old crap in
the v4 POM. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162811 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
302c0c9c64
commit
bb5ec46562
|
@ -174,14 +174,14 @@
|
|||
</field>
|
||||
<field>
|
||||
<name>distributionSite</name>
|
||||
<version>3.0.0+</version>
|
||||
<version>3.0.0</version>
|
||||
<description>The FQDN of the host where the project's artifacts are uploaded.</description>
|
||||
<type>String</type>
|
||||
<comment>This naming is inconsistent and distriubtion should occur from a repository structure.</comment>
|
||||
</field>
|
||||
<field>
|
||||
<name>distributionDirectory</name>
|
||||
<version>3.0.0+</version>
|
||||
<version>3.0.0</version>
|
||||
<description>The directory on the distribution host where artifacts are placed when uploaded.</description>
|
||||
<type>String</type>
|
||||
<comment>This naming is inconsistent and distriubtion should occur from a repository structure.</comment>
|
||||
|
|
Loading…
Reference in New Issue