You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2020/01/16 04:10:23 UTC

[GitHub] [hbase] saintstack commented on a change in pull request #1053: Switch central repo to https

saintstack commented on a change in pull request #1053: Switch central repo to https
URL: https://github.com/apache/hbase/pull/1053#discussion_r367222654
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -442,6 +446,14 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>central</id>
+      <name>Central Repository</name>
+      <url>https://repo.maven.apache.org/maven2</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
 
 Review comment:
   I checked the parent apache pom (v22) to see if it had this repo in it. It doesn't. Just has apache repo.
   
   This looks good. When you clean your local repo, are you downloading from https?
   
   Thanks

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services