You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2021/10/18 12:54:43 UTC

[jackrabbit-filevault-package-maven-plugin] branch master updated: fix some documentation inconsistencies around validators

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault-package-maven-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 36aeeb9  fix some documentation inconsistencies around validators
36aeeb9 is described below

commit 36aeeb9ba39dbc1c683bad659fd0d1d9983dcd54
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Oct 18 14:54:37 2021 +0200

    fix some documentation inconsistencies around validators
---
 src/site/markdown/validators.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/markdown/validators.md b/src/site/markdown/validators.md
index 7b8c05a..2831a5d 100644
--- a/src/site/markdown/validators.md
+++ b/src/site/markdown/validators.md
@@ -37,12 +37,12 @@ Here is an example configuration
   <validatorsSettings>
     <jackrabbit-filter>
       <isDisabled>false</isDisabled><!-- false is default, true disables the validator completely, all other setting are not relevant then -->
-      <defaultSeverity>error</defaultSeverity>
+      <defaultSeverity>error</defaultSeverity><!-- valid severities: debug, info, warn, error (default) -->
       <options>
         <severityForUncoveredAncestorNodes>error</severityForUncoveredAncestorNodes>
       </options>
     </jackrabbit-filter>
-    <!-- succeeding items potentially overwrite preceding items -->
+    <!-- more specific items  potentially overwrite more generic items -->
     <jackrabbit-filter:mygroup:mypackage>
       <isDisabled>true</isDisabled><!-- disable the validator for a specific package -->
     </jackrabbit-filter>