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>
|
<name>checksumPolicy</name>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
<description>What to do when verification of an artifact checksum fails - warn, fail, etc. Valid values are
|
<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>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
</fields>
|
</fields>
|
||||||
|
|
|
@ -969,7 +969,7 @@
|
||||||
<version>1.0.0+</version>
|
<version>1.0.0+</version>
|
||||||
<description>
|
<description>
|
||||||
What to do when verification of an artifact checksum fails -
|
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>
|
</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
|
|
Loading…
Reference in New Issue