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>
|
||||
<version>1.0.0</version>
|
||||
<description>
|
||||
What to do when verification of an artifact checksum fails. Valid values are "fail" (default), "warn" or
|
||||
"ignore"
|
||||
What to do when verification of an artifact checksum fails. Valid values are "fail" (default for Maven 4 and
|
||||
above), "warn" (default for Maven 2 and 3) or "ignore".
|
||||
</description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
|
|
|
@ -968,8 +968,8 @@
|
|||
<name>checksumPolicy</name>
|
||||
<version>1.0.0+</version>
|
||||
<description>
|
||||
What to do when verification of an artifact checksum fails. Valid values are "fail" (default), "warn" or
|
||||
"ignore".
|
||||
What to do when verification of an artifact checksum fails. Valid values are "fail" (default for Maven 4 and
|
||||
above), "warn" (default for Maven 2 and 3) or "ignore".
|
||||
</description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
|
|
Loading…
Reference in New Issue