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-deploy-plugin.git
commit 91b17ae7b3e47219a3f60b766858798e6d46bea4 Author: Hervé Boutemy <[email protected]> AuthorDate: Thu Mar 26 21:37:34 2026 +0100 enable build with Maven 4 --- .github/workflows/maven-verify.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 19cfd85..065619b 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,7 +25,6 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 -# still fails -# with: -# maven4-enabled: true + with: + maven4-enabled: true
