This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new aeec8ff2c9 Fix SNAPSHOT deploy CI build
aeec8ff2c9 is described below
commit aeec8ff2c93a70f46eeb881c0218667bcf02e589
Author: James Netherton <[email protected]>
AuthorDate: Wed Oct 15 09:36:37 2025 +0100
Fix SNAPSHOT deploy CI build
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 8bbabc4961..7ed82ff9f7 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
MAVEN_OPTS = "-Xmx4600m"
}
steps {
- sh "./mvnw ${MAVEN_PARAMS} -Dquickly -pl catalog -am clean
deploy"
+ sh "./mvnw ${MAVEN_PARAMS} -Ddeploy -Dquickly clean deploy"
}
}
}