You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/03/19 22:24:32 UTC

[maven-integration-testing] branch master updated: [MNG-6377] switch from Git-WIP to Gitbox

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 364c345  [MNG-6377] switch from Git-WIP to Gitbox
364c345 is described below

commit 364c3457d380b2e0e5e993a808f258e441349688
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Mar 19 23:24:31 2018 +0100

    [MNG-6377] switch from Git-WIP to Gitbox
---
 README.md              |  2 +-
 environments/README.md | 27 ++++++++++++++++++++++-----
 2 files changed, 23 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 5533363..4cc3660 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ under the License.
 Maven Core Integration Tests
 ========
 
-<http://maven.apache.org/core-its/>
+<https://maven.apache.org/core-its/>
 
 If you want to run the integration tests against a custom build of Maven use the following command:
 
diff --git a/environments/README.md b/environments/README.md
index 61a6e4b..6535c05 100644
--- a/environments/README.md
+++ b/environments/README.md
@@ -1,4 +1,21 @@
-<!-- - Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0> Unless required by applicable law or agree [...]
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 
  # Integration Test Environments
 
@@ -13,9 +30,9 @@ The test procedure will typically be something like this:
 ```
 $ ID=$(docker build -q .) && docker run --rm -t -i $ID bash
 $ cd $HOME
-$ git clone https://git-wip-us.apache.org/repos/asf/maven.git
+$ git clone https://gitbox.apache.org/repos/asf/maven.git
 $ ( cd maven && mvn clean verify )
-$ git clone https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git
+$ git clone https://gitbox.apache.org/repos/asf/maven-integration-testing.git
 $ ( cd maven-integration-testing && mvn clean install -Prun-its -Dmaven.repo.local=$HOME/work/repo -DmavenDistro=$HOME/maven/apache-maven/target/apache-maven-...-bin.zip )
 ```
 
@@ -31,8 +48,8 @@ For most unixes the test procedure will be something like:
 
 ```
 $ vagrant ssh
-$ git clone https://git-wip-us.apache.org/repos/asf/maven.git
+$ git clone https://gitbox.apache.org/repos/asf/maven.git
 $ ( cd maven && mvn clean verify )
-$ git clone https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git
+$ git clone https://gitbox.apache.org/repos/asf/maven-integration-testing.git
 $ ( cd maven-integration-testing && mvn clean install -Prun-its -Dmaven.repo.local=$HOME/work/repo -DmavenDistro=$HOME/maven/apache-maven/target/apache-maven-...-bin.zip )
 ```

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.