File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
spring-boot-cli/src/test/resources/.m2 Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ <settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0"
2
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation=" http://maven.apache.org/SETTINGS/1.0.0
4
+ http://maven.apache.org/xsd/settings-1.0.0.xsd" >
5
+
6
+ <mirrors >
7
+ <mirror >
8
+ <id >central-mirror</id >
9
+ <url >http://central-mirror.example.com/maven2</url >
10
+ <mirrorOf >central</mirrorOf >
11
+ </mirror >
12
+ </mirrors >
13
+
14
+ <servers >
15
+ <server >
16
+ <id >central-mirror</id >
17
+ <username >user</username >
18
+ <password >password</password >
19
+ </server >
20
+ </servers >
21
+
22
+ <proxies >
23
+ <proxy >
24
+ <active >true</active >
25
+ <protocol >http</protocol >
26
+ <host >proxy.example.com</host >
27
+ <port >3128</port >
28
+ <username >user</username >
29
+ <password >password</password >
30
+ </proxy >
31
+ </proxies >
32
+
33
+ </settings >
You can’t perform that action at this time.
0 commit comments