mirror of https://github.com/apache/archiva.git
[MRM-418] Remove the network proxy example from default archiva.xml
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@549497 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4927244139
commit
0d205a2db8
archiva-base/archiva-configuration/src/main/resources/org/apache/maven/archiva/configuration
|
@ -70,17 +70,6 @@
|
||||||
</proxyConnector>
|
</proxyConnector>
|
||||||
</proxyConnectors>
|
</proxyConnectors>
|
||||||
|
|
||||||
<networkProxies>
|
|
||||||
<networkProxy>
|
|
||||||
<id>example</id>
|
|
||||||
<protocol>http</protocol>
|
|
||||||
<host>proxy.mycompany.com</host>
|
|
||||||
<port>8080</port>
|
|
||||||
<username>myself</username>
|
|
||||||
<password>mypass</password>
|
|
||||||
</networkProxy>
|
|
||||||
</networkProxies>
|
|
||||||
|
|
||||||
<repositoryScanning>
|
<repositoryScanning>
|
||||||
<fileTypes>
|
<fileTypes>
|
||||||
<fileType>
|
<fileType>
|
||||||
|
|
Loading…
Reference in New Issue