|
54 | 54 | <p>This is a reference for the Maven project descriptor used in Maven.</p> |
55 | 55 | <p>An XSD is available at:</p> |
56 | 56 | <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> |
59 | 58 | <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> |
60 | 59 | </ul> |
61 | 60 | ]]> |
|
771 | 770 | <field> |
772 | 771 | <name>defaultGoal</name> |
773 | 772 | <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 |
775 | 774 | the project. Note that in case of a build with subprojects, only the default goal of the top-level |
776 | 775 | project is relevant, i.e. the default goals of subprojects are ignored. Since Maven 3, |
777 | 776 | multiple goals/phases can be separated by whitespace.</description> |
|
1210 | 1209 | <name>version</name> |
1211 | 1210 | <version>3.0.0+</version> |
1212 | 1211 | <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 |
1214 | 1213 | specified as a range of versions. |
1215 | 1214 | </description> |
1216 | 1215 | <type>String</type> |
|
1530 | 1529 | Gives the status of this artifact in the remote repository. |
1531 | 1530 | This must not be set in your local project, as it is updated by |
1532 | 1531 | 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), |
1534 | 1533 | {@code partner} |
1535 | 1534 | (directly synced from a partner Maven 2 repository), {@code deployed} (was deployed from a Maven 2 |
1536 | 1535 | instance), {@code verified} (has been hand verified as correct and final). |
|
2380 | 2379 | What to do when verification of an artifact checksum fails. Valid values are |
2381 | 2380 | {@code ignore}, |
2382 | 2381 | {@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). |
2384 | 2383 | </description> |
2385 | 2384 | <type>String</type> |
2386 | 2385 | </field> |
|
3383 | 3382 | <defaultValue>2.0</defaultValue> |
3384 | 3383 | <description><![CDATA[ |
3385 | 3384 | 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. |
3391 | 3386 | ]]> |
3392 | 3387 | </description> |
3393 | 3388 | <required>false</required> |
|
0 commit comments