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 5c49cba9f70 (chores) ci: escaped a few more build parameters for the 
Windows build
5c49cba9f70 is described below

commit 5c49cba9f706d33c9a07dec9626679a71a89b912
Author: Otavio Rodolfo Piske <angusyo...@gmail.com>
AuthorDate: Thu Jun 9 14:40:58 2022 +0200

    (chores) ci: escaped a few more build parameters for the Windows build
---
 .github/workflows/alternative-os-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/alternative-os-build.yml 
b/.github/workflows/alternative-os-build.yml
index 6d8147d1498..f952be8755b 100644
--- a/.github/workflows/alternative-os-build.yml
+++ b/.github/workflows/alternative-os-build.yml
@@ -42,7 +42,7 @@ jobs:
           java-version: 11
           cache: 'maven'
       - name: mvn sourcecheck ${{ matrix.os }}
-        run: mvn -B -V -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false 
-Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress 
-P'format,fastinstall' -DskipTests verify
+        run: mvn -B -V -D'http.keepAlive=false' 
-D'maven.wagon.http.pool=false' 
-D'maven.wagon.httpconnectionManager.ttlSeconds=120' --no-transfer-progress 
-P'format,fastinstall' -DskipTests verify
       - name: Archive logs ${{ matrix.os }}
         uses: actions/upload-artifact@v3
         if: always()

Reply via email to