Default value of checksumPolicy depends on the Maven version

This closes #529
This commit is contained in:
Sungpeo Kook 2021-09-22 21:24:40 +09:00 committed by Michael Osipov
parent 98b69beced
commit b7182873e9
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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>