This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch maven-plugin-tools-3.x
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/maven-plugin-tools-3.x by this
push:
new 71e995f4 enable build with Maven 4
71e995f4 is described below
commit 71e995f4dccf841f4a1818ce376be9bb60d77cc2
Author: Hervé Boutemy <[email protected]>
AuthorDate: Thu Mar 26 21:45:55 2026 +0100
enable build with Maven 4
---
.github/workflows/maven-verify.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/maven-verify.yml
b/.github/workflows/maven-verify.yml
index 932827cf..ce4b500d 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -25,3 +25,5 @@ jobs:
build:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
+ with:
+ maven4-enabled: true