mirror of https://github.com/apache/maven.git
deleted duplication in checksum description
This commit is contained in:
parent
9539227201
commit
98b69beced
|
@ -307,8 +307,10 @@ under the License.
|
|||
<field>
|
||||
<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" (default), "warn" or "ignore"</description>
|
||||
<description>
|
||||
What to do when verification of an artifact checksum fails. Valid values are "fail" (default), "warn" or
|
||||
"ignore"
|
||||
</description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
</fields>
|
||||
|
|
|
@ -968,8 +968,8 @@
|
|||
<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" (default), "warn" or "ignore".
|
||||
What to do when verification of an artifact checksum fails. Valid values are "fail" (default), "warn" or
|
||||
"ignore".
|
||||
</description>
|
||||
<type>String</type>
|
||||
</field>
|
||||
|
|
Loading…
Reference in New Issue