You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/06/26 11:08:28 UTC

[camel] branch main updated: (chores) ci: use mvnw for SBOM generation

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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 4ed68fc78fb (chores) ci: use mvnw for SBOM generation
4ed68fc78fb is described below

commit 4ed68fc78fb2acdb4eb2f40130661401bbab6b88
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Jun 26 13:08:15 2023 +0200

    (chores) ci: use mvnw for SBOM generation
---
 .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 80ac08373bb..2a428a1797d 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -48,7 +48,7 @@ jobs:
           java-version: ${{ matrix.java }}
           cache: 'maven'
       - name: mvn build and sbom generation
-        run: ${{ steps.install-mvnd.outputs.mvnd-dir }}/mvnd -l build.log $MVND_OPTS -Psbom -Dquickly verify
+        run: ./mvnw -B -l build.log -Psbom -Dquickly verify
       - name: archive logs
         uses: actions/upload-artifact@v3
         if: always()