summaryrefslogtreecommitdiffstats
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
parent35f52243d8ee8d1f506323547624fad38fff8034 (diff)
downloadarchiva-09c5d56ed4e64917c44154dc194be04abb31a489.tar.gz
archiva-09c5d56ed4e64917c44154dc194be04abb31a489.zip
use github url
Signed-off-by: Olivier Lamy <olamy@apache.org>
-rw-r--r--Jenkinsfile2
-rw-r--r--pom.xml4
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 @@
</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>