From 09c5d56ed4e64917c44154dc194be04abb31a489 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sun, 10 Apr 2022 15:57:33 +1000 Subject: [PATCH] use github url Signed-off-by: Olivier Lamy --- Jenkinsfile | 2 +- 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" } } } diff --git a/pom.xml b/pom.xml index 1b56cc018..2dc6fc63f 100644 --- a/pom.xml +++ b/pom.xml @@ -41,8 +41,8 @@ - scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git - scm:git:https://git-wip-us.apache.org/repos/asf/archiva.git + scm:git:https://github.com/apache/archiva + scm:git:https://github.com/apache/archiva https://github.com/apache/archiva HEAD -- 2.39.5