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

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


The following commit(s) were added to refs/heads/master by this push:
     new dcadf5d  Fix enforce-bytecode-version configuration for ignored scopes
dcadf5d is described below

commit dcadf5db4fbadfde5641f3a300d8fac093056756
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Wed Mar 4 19:49:04 2026 +0100

    Fix enforce-bytecode-version configuration for ignored scopes
    
    fix #544
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f5b5518..2e4b75e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1206,7 +1206,9 @@ under the License.</licenseText>
                 <rules>
                   <enforceBytecodeVersion>
                     <maxJdkVersion>${javaVersion}</maxJdkVersion>
-                    <ignoredScopes>test</ignoredScopes>
+                    <ignoredScopes>
+                      <ignoredScope>test</ignoredScope>
+                    </ignoredScopes>
                   </enforceBytecodeVersion>
                 </rules>
                 <fail>true</fail>

Reply via email to