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/09/16 10:47:39 UTC

[camel] branch master updated: Added Apt profile to Karaf daily build

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.git


The following commit(s) were added to refs/heads/master by this push:
     new e66c5bc  Added Apt profile to Karaf daily build
e66c5bc is described below

commit e66c5bc74fddbe20aa8126a254c43f3f716984bf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 16 12:47:11 2019 +0200

    Added Apt profile to Karaf daily build
---
 Jenkinsfile.karaf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.karaf b/Jenkinsfile.karaf
index fe06631..30f9ffc 100644
--- a/Jenkinsfile.karaf
+++ b/Jenkinsfile.karaf
@@ -54,7 +54,7 @@ pipeline {
 
         stage('Build') {
             steps {
-                sh "./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean install"
+                sh "./mvnw $MAVEN_PARAMS -Papt -Dmaven.test.skip.exec=true clean install"
             }
         }