Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse-platform-parent/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 98fc3ac36..26a6a882e 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -99,8 +99,10 @@
<!-- Does it hurt to always leave snapshot repo here? Even if not used?
<tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url>
-->
+ <!-- No need to specify sonatype URL for "Tycho". released versions available on maven central,
+ which is now mirrored to Eclipse.org.
<tycho-repo.url>https://oss.sonatype.org/content/repositories/public/</tycho-repo.url>
-
+ -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cbi-jdt-repo.url>https://repo.eclipse.org/content/repositories/eclipse-staging/</cbi-jdt-repo.url>
<!-- jdt.core and jdt.compiler.apt should "match", come from same build, and be signed

Back to the top