You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2019/02/26 05:17:35 UTC

[GitHub] zymap commented on issue #1962: Failed to download twitter maven repo dependencies

zymap commented on issue #1962: Failed to download twitter maven repo dependencies
URL: https://github.com/apache/bookkeeper/issues/1962#issuecomment-467298753
 
 
   Can set ~/.m2/setting.xml using proxy:
   ```
   <proxies>
       <proxy>
         <id>ss</id>
         <active>true</active>
         <protocol>http</protocol>
        <!-- <protocol>socks</protocol> -->
         <!-- <username>username</username> -->
         <!-- <password>password</password> -->
         <host>127.0.0.1</host>
         <port>1087</port>
         <!-- <nonProxyHosts>local.net|some.host.com</nonProxyHosts> -->
       </proxy>
     </proxies>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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