Add orbit repo to build.

Change-Id: I97dfbf88d91ec169e463526dcf1a76611494164c
Signed-off-by: Greg Watson <g.watson@computer.org>
diff --git a/pom.xml b/pom.xml
index 7b99baf..000d10b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,6 +22,7 @@
 		<eclipse-site>http://download.eclipse.org/staging/${eclipse-release}</eclipse-site>
 		<ptp-site>http://download.eclipse.org/tools/ptp/builds/${ptp-version}</ptp-site>
 		<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/${remote-version}</remote-site>
+		<orbit-site>ghttp://download.eclipse.orb/tools/orbit/downloads/drops/R20170818183741/repository/</orbit-site>
 		<ptp-install-dir>/home/data/httpd/download.eclipse.org/tools/ptp/builds/${ptp-version}</ptp-install-dir>
 	</properties>
 
@@ -63,6 +64,11 @@
 			<url>${remote-site}</url>
 			<layout>p2</layout>
 		</repository>
+		<repository>
+			<id>orbit-${eclipse-release}</id>
+			<url>${orbit-site}</url>
+			<layout>p2</layout>
+		</repository>
 	</repositories>
 	
 	<build>