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