mirror of https://github.com/apache/maven.git
set "fail" as a default option for checksumPolicy in documents
This commit is contained in:
parent
9735fffd98
commit
9539227201
|
@ -308,7 +308,7 @@ under the License.
|
|||
<name>checksumPolicy</name>
|
||||
<version>1.0.0</version>
|
||||
<description>What to do when verification of an artifact checksum fails - warn, fail, etc. Valid values are
|
||||
"fail", "warn" (default) or "ignore"</description>
|
||||
"fail" (default), "warn" or "ignore"</description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
</fields>
|
||||
|
|
|
@ -969,7 +969,7 @@
|
|||
<version>1.0.0+</version>
|
||||
<description>
|
||||
What to do when verification of an artifact checksum fails -
|
||||
warn, fail, etc. Valid values are "fail", "warn" (default) or "ignore".
|
||||
warn, fail, etc. Valid values are "fail" (default), "warn" or "ignore".
|
||||
</description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
|
|
Loading…
Reference in New Issue