Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Brodt2015-08-19 16:41:45 +0000
committerBob Brodt2015-08-19 16:41:45 +0000
commitbf1526dd9a5f0f79b27afacf0fd7c8f7a1a1e6c9 (patch)
tree12f82c939bd676f634ac4279d75117a2954fc4c7
parentcfad9dcd130c626d990037e72bab09c18cfbbd75 (diff)
downloadorg.eclipse.bpmn2-bf1526dd9a5f0f79b27afacf0fd7c8f7a1a1e6c9.tar.gz
org.eclipse.bpmn2-bf1526dd9a5f0f79b27afacf0fd7c8f7a1a1e6c9.tar.xz
org.eclipse.bpmn2-bf1526dd9a5f0f79b27afacf0fd7c8f7a1a1e6c9.zip
Rearrange cbi repository to avoid long timeout delay during build.
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 3bf7265..c44701e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,6 +193,11 @@
<pluginRepositories>
<pluginRepository>
+ <id>repo.eclipse.org.cbi-releases</id>
+ <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
+ </pluginRepository>
+
+ <pluginRepository>
<id>maven-central</id>
<url>http://repo1.maven.org/maven2/</url>
</pluginRepository>
@@ -211,11 +216,6 @@
<id>m2e-cbi</id>
<url>http://download.eclipse.org/technology/m2e/maven/</url>
</pluginRepository>
-
- <pluginRepository>
- <id>repo.eclipse.org.cbi-releases</id>
- <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
- </pluginRepository>
</pluginRepositories>
<build>

Back to the top