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

hboutemy pushed a commit to branch v4
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v4 by this push:
     new 30f0269  use args for clean too, completing #271
30f0269 is described below

commit 30f02698f6ce565d6eab75f914a108a08b4c7802
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sat Jun 27 11:36:46 2026 +0200

    use args for clean too, completing #271
---
 .github/workflows/maven-verify.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index cd242f2..ec06600 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -347,7 +347,7 @@ jobs:
         shell: bash
 
       - name: Clean Ensuring no file handle remains open on windows
-        run: ./mvnw clean --errors --batch-mode --show-version 
"-Dmaven.clean.retryOnError"
+        run: ./mvnw clean --errors --batch-mode --show-version 
-Dmaven.clean.retryOnError ${{ inputs.maven-args }} 
 
   verify:
     if: >

Reply via email to