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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6c0d658  Enable Maven 4 and change workflow to not use default run-its 
profile (#89)
6c0d658 is described below

commit 6c0d65863d68ae4074b6e7d0b857eb827595fa9c
Author: Matthias Bünger <[email protected]>
AuthorDate: Sat Jun 13 12:24:25 2026 +0200

    Enable Maven 4 and change workflow to not use default run-its profile (#89)
---
 .github/workflows/maven-verify.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index 932827c..bf4d887 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -25,3 +25,7 @@ jobs:
   build:
     name: Verify
     uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
+    with:
+      maven4-enabled: true
+      ff-goal: 'verify'
+      verify-goal: 'verify'

Reply via email to