]> source.dussan.org Git - archiva.git/commitdiff
use github url
authorOlivier Lamy <olamy@apache.org>
Sun, 10 Apr 2022 05:57:33 +0000 (15:57 +1000)
committerOlivier Lamy <olamy@apache.org>
Sun, 10 Apr 2022 05:57:59 +0000 (15:57 +1000)
Signed-off-by: Olivier Lamy <olamy@apache.org>
Jenkinsfile
pom.xml

index 7ee5c921812c0acbfeb8f41f8b1b46d01da7d0c6..73d0e000b851af72adcf1a36de42f5a992aaffc2 100644 (file)
@@ -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 1b56cc018f6474956db239568a6080ced0edfc98..2dc6fc63fa13f75066654b7955da3a4d1e52b3ba 100644 (file)
--- 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>