Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 68a8032

Browse files
committed
Moving maven central to top of list for .settings.xml
1 parent e0c5177 commit 68a8032

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

.settings.xml

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
<activeByDefault>true</activeByDefault>
2121
</activation>
2222
<repositories>
23+
<repository>
24+
<id>maven-central</id>
25+
<name>Maven Central</name>
26+
<url>https://repo.maven.apache.org/maven2</url>
27+
<snapshots>
28+
<enabled>false</enabled>
29+
</snapshots>
30+
</repository>
2331
<repository>
2432
<id>spring-snapshots</id>
2533
<name>Spring Snapshots</name>
@@ -37,15 +45,23 @@
3745
</snapshots>
3846
</repository>
3947
<repository>
48+
<id>spring-releases</id>
49+
<name>Spring Releases</name>
50+
<url>https://repo.spring.io/libs-release</url>
51+
<snapshots>
52+
<enabled>true</enabled>
53+
</snapshots>
54+
</repository>
55+
</repositories>
56+
<pluginRepositories>
57+
<pluginRepository>
4058
<id>maven-central</id>
4159
<name>Maven Central</name>
4260
<url>https://repo.maven.apache.org/maven2</url>
4361
<snapshots>
4462
<enabled>false</enabled>
4563
</snapshots>
46-
</repository>
47-
</repositories>
48-
<pluginRepositories>
64+
</pluginRepository>
4965
<pluginRepository>
5066
<id>spring-snapshots</id>
5167
<name>Spring Snapshots</name>
@@ -62,14 +78,6 @@
6278
<enabled>false</enabled>
6379
</snapshots>
6480
</pluginRepository>
65-
<pluginRepository>
66-
<id>maven-central</id>
67-
<name>Maven Central</name>
68-
<url>https://repo.maven.apache.org/maven2</url>
69-
<snapshots>
70-
<enabled>false</enabled>
71-
</snapshots>
72-
</pluginRepository>
7381
</pluginRepositories>
7482
<distributionManagement>
7583
<repository>

0 commit comments

Comments
 (0)