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:
parent
da9b43493e
commit
c48666a912
1 changed files with 10 additions and 0 deletions
10
admin/settings.xml
Normal file
10
admin/settings.xml
Normal 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>
|
Loading…
Add table
Reference in a new issue