You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/01/18 16:55:32 UTC

[maven-artifact-transfer] 01/01: http to central not supported anymore, switch to https

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

rfscholte pushed a commit to branch https
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git

commit af8994534542ac81cda62119d747df8e593f1f79
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Jan 18 17:54:25 2020 +0100

    http to central not supported anymore, switch to https
---
 src/it/settings.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/it/settings.xml b/src/it/settings.xml
index c8f77f0..8cc9d33 100644
--- a/src/it/settings.xml
+++ b/src/it/settings.xml
@@ -20,6 +20,13 @@ under the License.
 -->
 
 <settings>
+  <mirrors>
+    <mirror>
+      <id>httpsCentral</id>
+      <url>https://repo.maven.apache.org/maven2</url>
+      <mirrorOf>central</mirrorOf>
+    </mirror>
+  </mirrors>
   <profiles>
     <profile>
       <id>it-repo</id>