1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Configure Maven Central cache

This commit is contained in:
Uwe Stieber 2016-06-14 10:14:35 +02:00
parent da9b43493e
commit c48666a912

10
admin/settings.xml Normal file
View file

@ -0,0 +1,10 @@
<settings>
<mirrors>
<mirror>
<id>eclipse-maven-central</id>
<name>Eclipse Maven Central</name>
<url>https://repo.eclipse.org/content/repositories/maven_central/</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
</settings>