Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
  4.  
  5. <proxies>
  6. <proxy>
  7. <active>true</active>
  8. <protocol>http</protocol>
  9. <host>proxy.somewhere.com</host>
  10. <port>8080</port>
  11. <username>proxyuser</username>
  12. <password>somepassword</password>
  13. <nonProxyHosts>www.google.com|*.somewhere.com</nonProxyHosts>
  14. </proxy>
  15. </proxies>
  16.  
  17. </settings>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement