File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
spring-boot-samples/spring-boot-sample-custom-layout/src/it Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <settings >
3
+ <profiles >
4
+ <profile >
5
+ <id >it-repo</id >
6
+ <activation >
7
+ <activeByDefault >true</activeByDefault >
8
+ </activation >
9
+ <repositories >
10
+ <repository >
11
+ <id >local.central</id >
12
+ <url >@localRepositoryUrl@</url >
13
+ <releases >
14
+ <enabled >true</enabled >
15
+ </releases >
16
+ <snapshots >
17
+ <enabled >true</enabled >
18
+ </snapshots >
19
+ </repository >
20
+ </repositories >
21
+ <pluginRepositories >
22
+ <pluginRepository >
23
+ <id >local.central</id >
24
+ <url >@localRepositoryUrl@</url >
25
+ <releases >
26
+ <enabled >true</enabled >
27
+ </releases >
28
+ <snapshots >
29
+ <enabled >true</enabled >
30
+ </snapshots >
31
+ </pluginRepository >
32
+ </pluginRepositories >
33
+ </profile >
34
+ </profiles >
35
+ </settings >
You can’t perform that action at this time.
0 commit comments