This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch maven-deploy-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git
commit d634bb4c1d744859a48c661c7d962806ae10a0de Author: Hervé Boutemy <[email protected]> AuthorDate: Thu Mar 26 21:37:34 2026 +0100 enable build with Maven 4 --- .github/workflows/maven-verify.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 71e0d43..3acefcf 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,7 +25,5 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v5 -# still fails -# with: -# maven4-enabled: true - + with: + maven4-enabled: true
