This is an automated email from the ASF dual-hosted git repository. zregvart 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 17ba3fc CAMEL-11930: we need to install artifacts in Bu... 17ba3fc is described below commit 17ba3fc2f2024a709a28757b913a77a5b77bf040 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Mon Feb 19 15:07:56 2018 +0100 CAMEL-11930: we need to install artifacts in Bu... ...ild stage If we don't install artifacts to local repository they end up unresolved in next stages. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 9fe5deb..755467f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { stage('Build') { steps { - sh "./mvnw $MAVEN_PARAMS -Dnoassembly -Dmaven.test.skip.exec=true -Dmaven.install.skip=true clean install" + sh "./mvnw $MAVEN_PARAMS -Dnoassembly -Dmaven.test.skip.exec=true clean install" } } -- To stop receiving notification emails like this one, please contact zregv...@apache.org.