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

tibordigana pushed a commit to branch tibor17-gh-workflows-path
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/tibor17-gh-workflows-path by 
this push:
     new e800b6a89 excluded POM
e800b6a89 is described below

commit e800b6a8902c3e6420cae780e212887a2489b79c
Author: tibor17 <[email protected]>
AuthorDate: Mon Nov 10 02:21:55 2025 +0100

    excluded POM
---
 .github/workflows/maven-verify.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 39ff8e202..3cf2f045f 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -34,6 +34,7 @@ jobs:
       verify-fail-fast: false
       failure-upload-path: |
         **/*
+        !**/*.pom
         !**/*.java
         !**/*.class
         !**/*.jar

Reply via email to