Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-04-27 11:43:53 +0000
committerDavid Williams2016-04-27 11:43:53 +0000
commit3df660e65c09fcebc26a4896185034f31a32f977 (patch)
tree4fbdfb268d6a400d834041b96931a8550dcac324
parent4dd3323b1f4a8587f750a63967177e0106388e07 (diff)
downloadeclipse.platform.releng.aggregator-3df660e65c09fcebc26a4896185034f31a32f977.tar.gz
eclipse.platform.releng.aggregator-3df660e65c09fcebc26a4896185034f31a32f977.tar.xz
eclipse.platform.releng.aggregator-3df660e65c09fcebc26a4896185034f31a32f977.zip
bug 492412 no need to add sonatype URL. Will come from maven central.
-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