Files
maven-settings-action/templates/oracleServers.xml
Slawomir Jaranowski c36b106668 Oracle Maven repository
fix: #62
2020-10-16 15:03:09 +02:00

24 lines
581 B
XML

<server>
<id />
<username />
<password />
<configuration>
<basicAuthScope>
<host>ANY</host>
<port>ANY</port>
<realm>OAM 11g</realm>
</basicAuthScope>
<httpConfiguration>
<all>
<params>
<property>
<name>http.protocol.allow-circular-redirects</name>
<value>%b,true</value>
</property>
</params>
</all>
</httpConfiguration>
</configuration>
</server>