This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch feature/SLING-7245
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git
The following commit(s) were added to refs/heads/feature/SLING-7245 by this
push:
new 53e2ac6 SLING-7245 - Validate pull requests using Jenkins
53e2ac6 is described below
commit 53e2ac6929d18756db33b03e74d7bf93cd3aff05
Author: Radu Cotescu <[email protected]>
AuthorDate: Thu Dec 20 18:40:04 2018 +0100
SLING-7245 - Validate pull requests using Jenkins
* force Maven updates (useful when running with snapshot
dependencies)
---
vars/slingOsgiBundleBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/slingOsgiBundleBuild.groovy b/vars/slingOsgiBundleBuild.groovy
index 4aa23c1..6885823 100644
--- a/vars/slingOsgiBundleBuild.groovy
+++ b/vars/slingOsgiBundleBuild.groovy
@@ -63,7 +63,7 @@ def call(Map params = [:]) {
dependenciesFingerprintPublisher(disabled:
!reference)
] ) {
dir(moduleDir) {
- sh "mvn clean ${goal}
${jobConfig.additionalMavenParams}"
+ sh "mvn -U clean ${goal}
${jobConfig.additionalMavenParams}"
}
}
if ( reference && jobConfig.archivePatterns ) {