|
1 | 1 | <settings>
|
2 |
| - <profiles> |
3 |
| - <profile> |
4 |
| - <id>standard-with-extra-repos</id> |
5 |
| - <activation> |
6 |
| - <activeByDefault>true</activeByDefault> |
7 |
| - </activation> |
| 2 | + <profiles> |
| 3 | + <profile> |
| 4 | + <id>standard-with-extra-repos</id> |
| 5 | + <activation> |
| 6 | + <activeByDefault>true</activeByDefault> |
| 7 | + </activation> |
8 | 8 |
|
9 |
| - <repositories> |
10 |
| - <repository> |
11 |
| - <id>central</id> |
12 |
| - <name>Central Repository</name> |
13 |
| - <url>https://repo.maven.apache.org/maven2</url> |
14 |
| - <releases> |
15 |
| - <enabled>true</enabled> |
16 |
| - </releases> |
17 |
| - <snapshots> |
18 |
| - <enabled>false</enabled> |
19 |
| - </snapshots> |
20 |
| - </repository> |
| 9 | + <repositories> |
| 10 | + <repository> |
| 11 | + <id>spring-libs-snapshot</id> |
| 12 | + <url>https://repo.spring.io/libs-snapshot</url> |
| 13 | + <releases> |
| 14 | + <enabled>true</enabled> |
| 15 | + </releases> |
| 16 | + <snapshots> |
| 17 | + <enabled>true</enabled> |
| 18 | + </snapshots> |
| 19 | + </repository> |
21 | 20 |
|
22 |
| - <repository> |
23 |
| - <id>sonatype</id> |
24 |
| - <name>OSS Sonatype repo (releases)</name> |
25 |
| - <releases> |
26 |
| - <enabled>true</enabled> |
27 |
| - <updatePolicy>always</updatePolicy> |
28 |
| - <checksumPolicy>warn</checksumPolicy> |
29 |
| - </releases> |
30 |
| - <snapshots> |
31 |
| - <enabled>false</enabled> |
32 |
| - <updatePolicy>never</updatePolicy> |
33 |
| - <checksumPolicy>fail</checksumPolicy> |
34 |
| - </snapshots> |
35 |
| - <url>https://oss.sonatype.org/content/repositories/releases/</url> |
36 |
| - </repository> |
| 21 | + <repository> |
| 22 | + <id>central</id> |
| 23 | + <name>Central Repository</name> |
| 24 | + <url>https://repo.maven.apache.org/maven2</url> |
| 25 | + <releases> |
| 26 | + <enabled>true</enabled> |
| 27 | + </releases> |
| 28 | + <snapshots> |
| 29 | + <enabled>false</enabled> |
| 30 | + </snapshots> |
| 31 | + </repository> |
37 | 32 |
|
38 |
| - <repository> |
39 |
| - <id>sonatype-snapshots</id> |
40 |
| - <name>OSS Sonatype repo (snapshots)</name> |
41 |
| - <releases> |
42 |
| - <enabled>false</enabled> |
43 |
| - <updatePolicy>always</updatePolicy> |
44 |
| - <checksumPolicy>warn</checksumPolicy> |
45 |
| - </releases> |
46 |
| - <snapshots> |
47 |
| - <enabled>true</enabled> |
48 |
| - <updatePolicy>never</updatePolicy> |
49 |
| - <checksumPolicy>fail</checksumPolicy> |
50 |
| - </snapshots> |
51 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
52 |
| - </repository> |
| 33 | + <repository> |
| 34 | + <id>sonatype</id> |
| 35 | + <name>OSS Sonatype repo (releases)</name> |
| 36 | + <releases> |
| 37 | + <enabled>true</enabled> |
| 38 | + <updatePolicy>always</updatePolicy> |
| 39 | + <checksumPolicy>warn</checksumPolicy> |
| 40 | + </releases> |
| 41 | + <snapshots> |
| 42 | + <enabled>false</enabled> |
| 43 | + <updatePolicy>never</updatePolicy> |
| 44 | + <checksumPolicy>fail</checksumPolicy> |
| 45 | + </snapshots> |
| 46 | + <url>https://oss.sonatype.org/content/repositories/releases/</url> |
| 47 | + </repository> |
53 | 48 |
|
54 |
| - </repositories> |
55 |
| - </profile> |
56 |
| - </profiles> |
| 49 | + <repository> |
| 50 | + <id>sonatype-snapshots</id> |
| 51 | + <name>OSS Sonatype repo (snapshots)</name> |
| 52 | + <releases> |
| 53 | + <enabled>false</enabled> |
| 54 | + <updatePolicy>always</updatePolicy> |
| 55 | + <checksumPolicy>warn</checksumPolicy> |
| 56 | + </releases> |
| 57 | + <snapshots> |
| 58 | + <enabled>true</enabled> |
| 59 | + <updatePolicy>never</updatePolicy> |
| 60 | + <checksumPolicy>fail</checksumPolicy> |
| 61 | + </snapshots> |
| 62 | + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
| 63 | + </repository> |
| 64 | + |
| 65 | + </repositories> |
| 66 | + </profile> |
| 67 | + </profiles> |
57 | 68 | </settings>
|
0 commit comments