Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAl S-M2014-05-21 18:21:41 +0000
committerAl S-M2014-05-21 18:21:41 +0000
commitd952be54963988638b01ec25bb8a6481ca3bcb86 (patch)
treed3c5bf248497c1bb099851cca78c5203d01dd108
parentae11ae192421cd7d60e9e3f90b58a5c6465a3fc6 (diff)
downloadorg.eclipse.paho.esf-d952be54963988638b01ec25bb8a6481ca3bcb86.tar.gz
org.eclipse.paho.esf-d952be54963988638b01ec25bb8a6481ca3bcb86.tar.xz
org.eclipse.paho.esf-d952be54963988638b01ec25bb8a6481ca3bcb86.zip
add plugin repos
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2f21bec..7194b34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,13 @@
<layout>p2</layout>
</repository>
</repositories>
+
+ <pluginRepositories>
+ <pluginRepository>
+ <id>cbi</id>
+ <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
+ </pluginRepository>
+ </pluginRepositories>
<build>
<pluginManagement>

Back to the top