Skip to content

Commit 3330cdb

Browse files
authored
[MNGSITE-393] Remove Maven 1 and 2 references (#2276)
* Remove Maven 1 and 2 references
1 parent 08177a3 commit 3330cdb

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

api/maven-api-model/src/main/mdo/maven.mdo

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
<p>This is a reference for the Maven project descriptor used in Maven.</p>
5555
<p>An XSD is available at:</p>
5656
<ul>
57-
<li><a href="https://maven.apache.org/xsd/maven-v3_0_0.xsd">https://maven.apache.org/xsd/maven-v3_0_0.xsd</a> for Maven 1.1.</li>
58-
<li><a href="https://maven.apache.org/xsd/maven-4.0.0.xsd">https://maven.apache.org/xsd/maven-4.0.0.xsd</a> for Maven 2.0.</li>
57+
<li><a href="https://maven.apache.org/xsd/maven-4.0.0.xsd">https://maven.apache.org/xsd/maven-4.0.0.xsd</a> for Maven 3.0.</li>
5958
<li><a href="https://maven.apache.org/xsd/maven-4.1.0.xsd">https://maven.apache.org/xsd/maven-4.1.0.xsd</a> for Maven 4.0.</li>
6059
</ul>
6160
]]>
@@ -771,7 +770,7 @@
771770
<field>
772771
<name>defaultGoal</name>
773772
<version>3.0.0+</version>
774-
<description>The default goal (or phase in Maven 2) to execute when none is specified for
773+
<description>The default goal to execute when none is specified for
775774
the project. Note that in case of a build with subprojects, only the default goal of the top-level
776775
project is relevant, i.e. the default goals of subprojects are ignored. Since Maven 3,
777776
multiple goals/phases can be separated by whitespace.</description>
@@ -1210,7 +1209,7 @@
12101209
<name>version</name>
12111210
<version>3.0.0+</version>
12121211
<description>
1213-
The version of the dependency, e.g. {@code 3.2.1}. Since Maven 2, this can also be
1212+
The version of the dependency, e.g. {@code 3.2.1}. This can also be
12141213
specified as a range of versions.
12151214
</description>
12161215
<type>String</type>
@@ -1530,7 +1529,7 @@
15301529
Gives the status of this artifact in the remote repository.
15311530
This must not be set in your local project, as it is updated by
15321531
tools placing it in the repository. Valid values are: {@code none} (default),
1533-
{@code converted} (repository manager converted this from an Maven 1 POM),
1532+
{@code converted} (repository manager converted this from a Maven 1 POM),
15341533
{@code partner}
15351534
(directly synced from a partner Maven 2 repository), {@code deployed} (was deployed from a Maven 2
15361535
instance), {@code verified} (has been hand verified as correct and final).
@@ -2380,7 +2379,7 @@
23802379
What to do when verification of an artifact checksum fails. Valid values are
23812380
{@code ignore},
23822381
{@code fail} (default for Maven 4 and above) or
2383-
{@code warn} (default for Maven 2 and 3).
2382+
{@code warn} (default for Maven 3).
23842383
</description>
23852384
<type>String</type>
23862385
</field>
@@ -3383,11 +3382,7 @@
33833382
<defaultValue>2.0</defaultValue>
33843383
<description><![CDATA[
33853384
For a plugin project (packaging is {@code maven-plugin}), the minimum version of
3386-
Maven required to use the resulting plugin.<br>
3387-
In Maven 2, this was also specifying the minimum version of Maven required to build a
3388-
project, but this usage is <b>deprecated</b> in Maven 3 and not checked any more: use
3389-
the <a href="https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html">Maven Enforcer Plugin's
3390-
{@code requireMavenVersion} rule</a> instead.
3385+
Maven required to use the resulting plugin.
33913386
]]>
33923387
</description>
33933388
<required>false</required>

0 commit comments

Comments
 (0)