This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch maven4-enabled in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit 2ccc9bea1248c0688b5e8cc1887663be586b202b Author: Hervé Boutemy <[email protected]> AuthorDate: Mon May 11 22:32:52 2026 +0200 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 932827c..7b394d0 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: false
