mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-14 08:58:59 +00:00
17 lines
493 B
XML
17 lines
493 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
|
|
|
|
<proxies>
|
|
<proxy>
|
|
<id>my-maven-proxy-config</id>
|
|
<active>true</active>
|
|
<protocol>http</protocol>
|
|
<host>127.0.0.1</host>
|
|
<port>10808</port>
|
|
</proxy>
|
|
</proxies>
|
|
|
|
</settings>
|