diff --git a/Jenkinsfile.jbangtest b/Jenkinsfile.jbangtest index c8d0bbc6a36b2..928c6a9211fc2 100644 --- a/Jenkinsfile.jbangtest +++ b/Jenkinsfile.jbangtest @@ -62,7 +62,7 @@ pipeline { } } steps { - sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -Dquickly clean" + sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -Dquickly clean install" sh "./mvnw $MAVEN_PARAMS -f test-infra/camel-test-infra-cli/pom.xml -Pjbang-it-test" sh "./mvnw $MAVEN_PARAMS -f dsl/camel-jbang/camel-jbang-it/pom.xml -Pjbang-it-test" }