Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eclipse-platform-parent/pom.xml6
-rw-r--r--eclipse-platform-parent/saveproperties/mavenproperties.properties2
2 files changed, 6 insertions, 2 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 26a6a882e..4fa1e37e4 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -185,7 +185,10 @@
<url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-1036/</url>
</pluginRepository>
-->
-
+<!--
+No need to specify sonatype URL for "Tycho". released versions available on maven central,
+ which is now mirrored to Eclipse.org.
+ Only need if using snapshots.
<pluginRepository>
<id>tycho</id>
<url>${tycho-repo.url}</url>
@@ -196,6 +199,7 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
+ -->
<pluginRepository>
<id>cbi-jdt</id>
<url>${cbi-jdt-repo.url}</url>
diff --git a/eclipse-platform-parent/saveproperties/mavenproperties.properties b/eclipse-platform-parent/saveproperties/mavenproperties.properties
index d3de94f03..402c914a2 100644
--- a/eclipse-platform-parent/saveproperties/mavenproperties.properties
+++ b/eclipse-platform-parent/saveproperties/mavenproperties.properties
@@ -2,7 +2,7 @@
# to display in reports or PHP pages
tycho-extras.version=${tycho-extras.version}
-tycho-repo.url=${tycho-repo.url}
+#tycho-repo.url=${tycho-repo.url}
tycho.debug.artifactcomparator=${tycho.debug.artifactcomparator}
tycho.localArtifacts=${tycho.localArtifacts}
tycho.version=${tycho.version}

Back to the top