This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch mvn4build in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git
commit 6454c11a87da0ecc2b0ad4ee062a89f4a850b33f Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Jun 13 19:43:22 2026 +0200 Enable Maven 4 build in GitHub Actions workflow --- .github/workflows/maven-verify.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index ea5b27a..c39f094 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -26,6 +26,4 @@ jobs: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: - ff-maven: "4.0.0-rc-4" # Maven version for fail-fast-build - maven-matrix: '[ "4.0.0-rc-4" ]' - jdk-matrix: '[ "17", "21" ]' + maven4-build: true
