You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/10/30 08:42:12 UTC

[camel-quarkus] branch master updated: Enable quickly profile for SNAPSHOT deploy build

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

jamesnetherton 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 386ad9c  Enable quickly profile for SNAPSHOT deploy build
386ad9c is described below

commit 386ad9c7fe505044b81fce2e846ad3e740551e90
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Oct 30 08:26:50 2020 +0000

    Enable quickly profile for SNAPSHOT deploy build
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 26290db..86df353 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -67,7 +67,7 @@ pipeline {
 
         stage('Deploy') {
             steps {
-                sh "./mvnw ${MAVEN_PARAMS} -DskipTests -Denforce=false -Dquarkus.build.skip -Dformatter.skip -Dimpsort.skip clean deploy"
+                sh "./mvnw ${MAVEN_PARAMS} -Dquickly clean deploy"
             }
         }
     }