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 2020/10/20 05:44:10 UTC

[camel-karaf] branch oscerd-patch-1 created (now 2e1d706)

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

acosentino pushed a change to branch oscerd-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git.


      at 2e1d706  Deploy GH Action: Do not run archetype tests

This branch includes the following new commits:

     new 2e1d706  Deploy GH Action: Do not run archetype tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-karaf] 01/01: Deploy GH Action: Do not run archetype tests

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch oscerd-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 2e1d706cdee1c97ede31aa832cbfa286bd1b99bb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 20 07:44:03 2020 +0200

    Deploy GH Action: Do not run archetype tests
---
 .github/workflows/asf-snapshots-deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/asf-snapshots-deploy.yml b/.github/workflows/asf-snapshots-deploy.yml
index 485c597..7db17d1 100644
--- a/.github/workflows/asf-snapshots-deploy.yml
+++ b/.github/workflows/asf-snapshots-deploy.yml
@@ -54,6 +54,6 @@ jobs:
       with:
         version: '11'
     - name: Deploy to ASF Snapshots Repository
-      run: ./mvnw -U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Pdeploy -Dmaven.test.skip.exec=true -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress clean deploy --settings .github/asf-deploy-settings.xml
+      run: ./mvnw -U -B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Pdeploy -Parchetypes-skip-tests -Dmaven.test.skip.exec=true -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 --no-transfer-progress clean deploy --settings .github/asf-deploy-settings.xml