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 2023/07/03 07:39:38 UTC

[camel-spring-boot] branch main updated: Fixes SBOM generation

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 a603a4bb742 Fixes SBOM generation
a603a4bb742 is described below

commit a603a4bb7420153d2710ac902890d9b29323b512
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 3 09:39:23 2023 +0200

    Fixes SBOM generation
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .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 74ee6448e4a..51d45d880c8 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 -B -V --no-transfer-progress -Psource-jar -Dquickly install
+        run: ./mvnw -B -V --no-transfer-progress -Dquickly install
         working-directory: ${{ github.workspace }}/camel
       - name: Checkout Camel-spring-boot project
         uses: actions/checkout@v3