mirror of https://github.com/apache/maven.git
Default value of checksumPolicy depends on the Maven version
This closes #529
This commit is contained in:
parent
98b69beced
commit
b7182873e9
|
@ -308,8 +308,8 @@ under the License.
|
||||||
<name>checksumPolicy</name>
|
<name>checksumPolicy</name>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<description>
|
<description>
|
||||||
What to do when verification of an artifact checksum fails. Valid values are "fail" (default), "warn" or
|
What to do when verification of an artifact checksum fails. Valid values are "fail" (default for Maven 4 and
|
||||||
"ignore"
|
above), "warn" (default for Maven 2 and 3) or "ignore".
|
||||||
</description>
|
</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
|
|
|
@ -968,8 +968,8 @@
|
||||||
<name>checksumPolicy</name>
|
<name>checksumPolicy</name>
|
||||||
<version>1.0.0+</version>
|
<version>1.0.0+</version>
|
||||||
<description>
|
<description>
|
||||||
What to do when verification of an artifact checksum fails. Valid values are "fail" (default), "warn" or
|
What to do when verification of an artifact checksum fails. Valid values are "fail" (default for Maven 4 and
|
||||||
"ignore".
|
above), "warn" (default for Maven 2 and 3) or "ignore".
|
||||||
</description>
|
</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
|
|
Loading…
Reference in New Issue