mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-12 00:05:49 +08:00
24 lines
581 B
XML
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>
|