mirror of
https://github.com/apache/maven.git
synced 2025-03-06 16:49:27 +00:00
added an "ignore" option for checksumPolicy in documents
This commit is contained in:
parent
ad2e084ba8
commit
9735fffd98
@ -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" or "warn"</description>
|
||||
"fail", "warn" (default) 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" or "warn".
|
||||
warn, fail, etc. Valid values are "fail", "warn" (default) or "ignore".
|
||||
</description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
|
Loading…
x
Reference in New Issue
Block a user