diff options
author | Olivier Lamy <olamy@apache.org> | 2022-04-10 15:57:33 +1000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2022-04-10 15:57:59 +1000 |
commit | 09c5d56ed4e64917c44154dc194be04abb31a489 (patch) | |
tree | df09fb0390a0a41ced2a985e8605920e2813e7bc | |
parent | 35f52243d8ee8d1f506323547624fad38fff8034 (diff) | |
download | archiva-09c5d56ed4e64917c44154dc194be04abb31a489.tar.gz archiva-09c5d56ed4e64917c44154dc194be04abb31a489.zip |
use github url
Signed-off-by: Olivier Lamy <olamy@apache.org>
-rw-r--r-- | Jenkinsfile | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
2 files changed, 3 insertions, 3 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" } } } @@ -41,8 +41,8 @@ </modules> <scm> - <connection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git</connection> - <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git</developerConnection> + <connection>scm:git:https://github.com/apache/archiva</connection> + <developerConnection>scm:git:https://github.com/apache/archiva</developerConnection> <url>https://github.com/apache/archiva</url> <tag>HEAD</tag> </scm> |