Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c5cb82df34cdd054c9ea3bcea609881db12ea538 (plain) (blame)
1
2
3
4
5
6
7
8
9
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>

Back to the top