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
commit 76072e52f5fa2444b5dc16f5c3753c36d204159d 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..dd92e6a3f 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.xml !**/*.java !**/*.class !**/*.jar
