Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d836dac5f..7685b027e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,12 @@
<!--Property used in parent pom which if defined disables activation of build-individual-bundles profile -->
<aggregatorBuild>true</aggregatorBuild>
</properties>
-
+ <pluginRepositories>
+ <pluginRepository>
+ <id>tycho-snapshots</id>
+ <url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
+ </pluginRepository>
+ </pluginRepositories>
<modules>
<module>eclipse-platform-parent</module>

Back to the top