Temporary workaround to get jenkins jobs working 57/18357/1
authorSam Hague <shague@redhat.com>
Wed, 15 Apr 2015 15:14:21 +0000 (11:14 -0400)
committerSam Hague <shague@redhat.com>
Wed, 15 Apr 2015 15:14:21 +0000 (11:14 -0400)
The ovsdb distribution build is failing because of missing artifacts. It looks like those projects are not pushing artifacts to nexus for some reason.

This temporary workaround simply does not build the ovsdb karaf distribution.

Change-Id: I5a59ab05cca9c3af43daf1822adbe6a3e3118bd3
Signed-off-by: Sam Hague <shague@redhat.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 1054e7a38ba215ec991a80160473e978a76fb686..07770e929f54572e2bb4b1620134f2ddc77328bc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <!-- Parent POM files -->
     <module>commons/parent</module>
     <module>commons/integrationtest</module>
-    <module>distribution/opendaylight-karaf</module>
+    <!--<module>distribution/opendaylight-karaf</module>-->
     <module>features/ovsdb</module>
     <module>features/ovs-sfc</module>
     <!-- OVSDB Components -->