summaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2022-04-10 15:57:33 +1000
committerOlivier Lamy <olamy@apache.org>2022-04-10 15:57:59 +1000
commit09c5d56ed4e64917c44154dc194be04abb31a489 (patch)
treedf09fb0390a0a41ced2a985e8605920e2813e7bc /Jenkinsfile
parent35f52243d8ee8d1f506323547624fad38fff8034 (diff)
downloadarchiva-09c5d56ed4e64917c44154dc194be04abb31a489.tar.gz
archiva-09c5d56ed4e64917c44154dc194be04abb31a489.zip
use github url
Signed-off-by: Olivier Lamy <olamy@apache.org>
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 7ee5c9218..73d0e000b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -71,7 +71,7 @@ pipeline {
// -Dmaven.compiler.fork=false: Do not compile in a separate forked process
// -Dmaven.test.failure.ignore=true: Do not stop, if some tests fail
// -Pci-build: Profile for CI-Server
- sh "mvn clean deploy -B -U -e -fae -T2 -Dmaven.compiler.fork=true -Pci-build"
+ sh "mvn clean install -B -U -e -fae -T2 -Dmaven.compiler.fork=true -Pci-build"
}
}
}