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 2019/10/07 08:15:33 UTC

[camel-quarkus] branch master updated: Camel-Quarkus daily: Use the same settings for install phase too

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new e0a0ad7  Camel-Quarkus daily: Use the same settings for install phase too
e0a0ad7 is described below

commit e0a0ad77a692e660ee792448487706000d87f6ba
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 7 10:15:03 2019 +0200

    Camel-Quarkus daily: Use the same settings for install phase too
---
 Jenkinsfile.quarkus | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.quarkus b/Jenkinsfile.quarkus
index 0e74829..97970c8 100644
--- a/Jenkinsfile.quarkus
+++ b/Jenkinsfile.quarkus
@@ -50,7 +50,7 @@ pipeline {
                 branch 'master'
             }
             steps {
-                sh "./mvnw $MAVEN_PARAMS clean install"
+                sh "./mvnw $MAVEN_PARAMS clean install -Pquarkus-snapshots -Dquarkus.version=999-SNAPSHOT"
             }
         }