mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-18 00:00:26 +08:00
Add proxy support (#250)
This commit is contained in:
8
templates/proxy.xml
Normal file
8
templates/proxy.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<proxy>
|
||||
<id />
|
||||
<active />
|
||||
<protocol />
|
||||
<host />
|
||||
<port />
|
||||
<nonProxyHosts />
|
||||
</proxy>
|
||||
@ -3,4 +3,5 @@
|
||||
<profiles/>
|
||||
<servers />
|
||||
<mirrors />
|
||||
<proxies />
|
||||
</settings>
|
||||
|
||||
Reference in New Issue
Block a user