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

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


The following commit(s) were added to refs/heads/v1 by this push:
     new e8730a5  Use Maven wrapper for fail-fast-build site
e8730a5 is described below

commit e8730a5cdcc233f48af773dc0d77a08404763fc8
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Mon Dec 27 13:53:27 2021 +0100

    Use Maven wrapper for fail-fast-build site
---
 .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 35aa287..11e49df 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -133,7 +133,7 @@ jobs:
         run: ./mvnw --errors --batch-mode --show-version ${{ inputs.maven_args 
}} ${{ inputs.ff-goal }}
 
       - name: Build Maven Site
-        run: mvn --errors --batch-mode --show-version ${{ inputs.maven_args }} 
${{ inputs.ff-site-goal }}
+        run: ./mvnw --errors --batch-mode --show-version ${{ inputs.maven_args 
}} ${{ inputs.ff-site-goal }}
 
 
   verify:

Reply via email to