You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/04/20 12:05:48 UTC

[camel-spring-boot] branch main updated: Modified PR Build to effectively build

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new b35c2358c3b Modified PR Build to effectively build
b35c2358c3b is described below

commit b35c2358c3b3a8ef0c01422aea5a04aab45c6ae9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 20 14:05:43 2022 +0200

    Modified PR Build to effectively build
---
 .github/workflows/pr-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml
index d30fc9953e2..6d52dcd7025 100644
--- a/.github/workflows/pr-build.yml
+++ b/.github/workflows/pr-build.yml
@@ -41,7 +41,7 @@ jobs:
         java-version: 11
         cache: 'maven'
     - name: Maven Build
-      run: mvn -l build.log -V --no-transfer-progress -Psourcecheck package
+      run: ./mvnw -l build.log -V --no-transfer-progress -Psourcecheck clean install 
     - name: Archive Logs
       uses: actions/upload-artifact@v3
       if: always()