From 0ffe9fd0563811a78041d8f982a0b9de2b6fc335 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Tue, 23 Aug 2016 15:57:25 -0400 Subject: Add honeycomb to build process JIRA: APEX-133 Change-Id: I96b278996edc6897408111d31b9effe472fb0d10 Signed-off-by: Feng Pan (cherry picked from commit 8e6b196e50b0528f3e58ae148293d6713c3f977b) --- build/mvn_settings.xml | 106 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 build/mvn_settings.xml (limited to 'build/mvn_settings.xml') diff --git a/build/mvn_settings.xml b/build/mvn_settings.xml new file mode 100644 index 00000000..c774461c --- /dev/null +++ b/build/mvn_settings.xml @@ -0,0 +1,106 @@ + + + + + + + fd.io-release + + + fd.io-mirror + fd.io-mirror + https://nexus.fd.io/content/groups/public/ + + true + never + + + false + + + + + + fd.io-mirror + fd.io-mirror + https://nexus.fd.io/content/repositories/public/ + + true + never + + + false + + + + + + + fd.io-snapshots + + + fd.io-snapshot + fd.io-snapshot + https://nexus.fd.io/content/repositories/fd.io.snapshot/ + + false + + + true + + + + + + fd.io-snapshot + fd.io-snapshot + https://nexus.fd.io/content/repositories/fd.io.snapshot/ + + false + + + true + + + + + + opendaylight-snapshots + + + opendaylight-snapshot + opendaylight-snapshot + https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ + + false + + + true + + + + + + opendaylight-shapshot + opendaylight-snapshot + https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/ + + false + + + true + + + + + + + + fd.io-release + fd.io-snapshots + opendaylight-snapshots + + + -- cgit 1.2.3-korg