From 75955fbc4629909be07d947eba6f0fabbb8eef8f Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Mon, 10 Jun 2024 07:48:04 +0200 Subject: [PATCH] Build with Maven 4 --- .github/workflows/maven-verify.yml | 2 ++ src/it/non-changed-artifact/invoker.properties | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/maven-verify.yml b/.github/workflows/maven-verify.yml index cd3c4512..065619be 100644 --- a/.github/workflows/maven-verify.yml +++ b/.github/workflows/maven-verify.yml @@ -25,4 +25,6 @@ jobs: build: name: Verify uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4 + with: + maven4-enabled: true diff --git a/src/it/non-changed-artifact/invoker.properties b/src/it/non-changed-artifact/invoker.properties index 919899c7..a23a59c2 100644 --- a/src/it/non-changed-artifact/invoker.properties +++ b/src/it/non-changed-artifact/invoker.properties @@ -15,6 +15,9 @@ # specific language governing permissions and limitations # under the License. +# check was removed in MRESOLVER-392 +invoker.maven.version = !4+ + # install called in two different Maven invocations, otherwise the build would fail with the Jar Plugin (MJAR-198) invoker.goals.1 = install invoker.goals.2 = install