This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch maven-filtering-3.x
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git
The following commit(s) were added to refs/heads/maven-filtering-3.x by this
push:
new 5eee572 enable build with Maven 4 (#330)
5eee572 is described below
commit 5eee572e574fd34b1a444c77b54e897d53f6fea3
Author: Hervé Boutemy <[email protected]>
AuthorDate: Fri Mar 27 22:09:37 2026 +0100
enable build with Maven 4 (#330)
* enable build with Maven 4
* disable missing run-its profile
---
.github/workflows/maven-verify.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 932827c..dc94d1e 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -25,3 +25,7 @@ jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
+ with:
+ maven4-enabled: true
+ ff-goal: verify
+ verify-goal: verify
\ No newline at end of file