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 f20bd408958 Fix SBOM action
f20bd408958 is described below

commit f20bd40895885cf05a5b67a9ed40514ab5410bd4
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jun 26 14:45:31 2023 +0200

    Fix SBOM action
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .github/workflows/generate-sbom-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/generate-sbom-main.yml 
b/.github/workflows/generate-sbom-main.yml
index 3efed0a0415..585a3bace30 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -43,7 +43,7 @@ jobs:
           java-version: 17
           cache: 'maven'
       - name: Build Camel Project
-        run: ./mvnw -V --no-transfer-progress clean install -DskipTests
+        run: ./mvnw -B -V -D'http.keepAlive=false' -l build.log 
-D'maven.wagon.http.pool=false' 
-D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress 
-Dquickly -DskipTests
         working-directory: ${{ github.workspace }}/camel
       - name: Checkout Camel-spring-boot project
         uses: actions/checkout@v3

Reply via email to