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 14:55:29 UTC

[camel-spring-boot] branch main updated: (chores) ci: generate source JARs for the Camel build

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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new ebd5624f1ee (chores) ci: generate source JARs for the Camel build
ebd5624f1ee is described below

commit ebd5624f1eef0c957af69382df8f37df11271fd6
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Mon Jun 26 16:55:01 2023 +0200

    (chores) ci: generate source JARs for the Camel build
    
    Some dependencies require it and the code is not pointing to the Apache snapshots repository
---
 .github/workflows/automatic-sync-main.yml | 2 +-
 .github/workflows/generate-sbom-main.yml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/automatic-sync-main.yml b/.github/workflows/automatic-sync-main.yml
index 08bb161cf75..7ce1d07de17 100644
--- a/.github/workflows/automatic-sync-main.yml
+++ b/.github/workflows/automatic-sync-main.yml
@@ -41,7 +41,7 @@ jobs:
           java-version: 17
           cache: 'maven'
       - name: Build Camel Project
-        run: ./mvnw -V --no-transfer-progress clean install -Dquickly
+        run: ./mvnw -V --no-transfer-progress -Psource-jar -Dquickly clean install
         working-directory: ${{ github.workspace }}/camel
       - name: Checkout Camel-spring-boot project
         uses: actions/checkout@v3
diff --git a/.github/workflows/generate-sbom-main.yml b/.github/workflows/generate-sbom-main.yml
index 51d45d880c8..74ee6448e4a 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 -Dquickly install
+        run: ./mvnw -B -V --no-transfer-progress -Psource-jar -Dquickly install
         working-directory: ${{ github.workspace }}/camel
       - name: Checkout Camel-spring-boot project
         uses: actions/checkout@v3