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>
|
<field>
|
||||||
<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>
|
||||||
"fail" (default), "warn" or "ignore"</description>
|
What to do when verification of an artifact checksum fails. Valid values are "fail" (default), "warn" or
|
||||||
|
"ignore"
|
||||||
|
</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
</fields>
|
</fields>
|
||||||
|
|
|
@ -968,8 +968,8 @@
|
||||||
<name>checksumPolicy</name>
|
<name>checksumPolicy</name>
|
||||||
<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. Valid values are "fail" (default), "warn" or
|
||||||
warn, fail, etc. Valid values are "fail" (default), "warn" or "ignore".
|
"ignore".
|
||||||
</description>
|
</description>
|
||||||
<type>String</type>
|
<type>String</type>
|
||||||
</field>
|
</field>
|
||||||
|
|
Loading…
Reference in New Issue