mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00

Change-Id: Ibab77ef2ba53f4fd91363269330955eca5fd2bb3 Signed-off-by: nickboldt <nboldt@redhat.com>
10 lines
266 B
XML
10 lines
266 B
XML
<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>
|