You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2022/04/10 05:58:13 UTC

[archiva] branch archiva-2.x updated: use github url

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/archiva-2.x by this push:
     new 09c5d56ed use github url
09c5d56ed is described below

commit 09c5d56ed4e64917c44154dc194be04abb31a489
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sun Apr 10 15:57:33 2022 +1000

    use github url
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 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 @@
   </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>