This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 75955fb  Build with Maven 4
75955fb is described below

commit 75955fbc4629909be07d947eba6f0fabbb8eef8f
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Mon Jun 10 07:48:04 2024 +0200

    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 cd3c451..065619b 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 919899c..a23a59c 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

Reply via email to