blob: 16dc73ae3b99733286f54d89d3ebdc04e9b775a5 [file] [log] [blame]
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository />
<interactiveMode />
<usePluginRegistry />
<offline />
<pluginGroups />
<servers />
<mirrors />
<proxies>
<proxy>
<id>eclipse-https</id>
<active>true</active>
<protocol>https</protocol>
<host>proxy.eclipse.org</host>
<port>9898</port>
<nonProxyHosts>*.eclipse.org</nonProxyHosts>
</proxy>
<proxy>
<id>eclipse-http</id>
<active>true</active>
<protocol>http</protocol>
<host>proxy.eclipse.org</host>
<port>9898</port>
<nonProxyHosts>*.eclipse.org</nonProxyHosts>
</proxy>
</proxies>
<profiles />
<activeProfiles />
</settings>