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/05 08:03:12 UTC

[camel-spring-boot] branch main updated: Remove source-jar profile in Sync Action

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 e0ba4d7446e Remove source-jar profile in Sync Action
e0ba4d7446e is described below

commit e0ba4d7446e00fe05e47644aa2c590866cd18192
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 5 10:03:08 2023 +0200

    Remove source-jar profile in Sync Action
---
 .github/workflows/automatic-sync-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/automatic-sync-main.yml b/.github/workflows/automatic-sync-main.yml
index 7ce1d07de17..e7dc851bb09 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 -Psource-jar -Dquickly clean install
+        run: ./mvnw -V --no-transfer-progress -Dquickly clean install
         working-directory: ${{ github.workspace }}/camel
       - name: Checkout Camel-spring-boot project
         uses: actions/checkout@v3