This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git
The following commit(s) were added to refs/heads/master by this push: new 3f0631a Enable building with Maven 4 (#91) 3f0631a is described below commit 3f0631a8b20e1aee8e3d033e18a2d1363d0e2a8c Author: Guillaume Nodet <gno...@apache.org> AuthorDate: Sat Mar 22 06:41:07 2025 +0100 Enable building with Maven 4 (#91) --- .github/workflows/maven-verify.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index 9177951..7e8c831 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -27,3 +27,6 @@ jobs: uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 with: jdk-matrix: '[ "17", "21" ]' + maven4-enabled: true + ff-goal: "verify" + verify-goal: "verify"