This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 9735fffd983d052b99feff2663d38359774df5e3
Author: Sungpeo Kook <[email protected]>
AuthorDate: Thu Sep 2 11:33:20 2021 +0900

    added an "ignore" option for checksumPolicy in documents
---
 maven-compat/src/main/mdo/profiles.mdo   | 2 +-
 maven-settings/src/main/mdo/settings.mdo | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-compat/src/main/mdo/profiles.mdo 
b/maven-compat/src/main/mdo/profiles.mdo
index bcaabd2..5bb91aa 100644
--- a/maven-compat/src/main/mdo/profiles.mdo
+++ b/maven-compat/src/main/mdo/profiles.mdo
@@ -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>
diff --git a/maven-settings/src/main/mdo/settings.mdo 
b/maven-settings/src/main/mdo/settings.mdo
index b0498df..6502898 100644
--- a/maven-settings/src/main/mdo/settings.mdo
+++ b/maven-settings/src/main/mdo/settings.mdo
@@ -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>

Reply via email to