Remove skip install for ovsdb karaf 27/36527/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 22 Mar 2016 01:54:08 +0000 (21:54 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 22 Mar 2016 01:55:01 +0000 (21:55 -0400)
It appears net-virt-it requires the ovsdb karaf bundle to be installed.

Change-Id: I515aef9f464c40c1c82b01e4e2cae0c283bb408c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
karaf/pom.xml

index 6304661f9910f15faf6421bcb480f470d9f56319..9aff226e56a6cf1c863710273ae8aaac639a67b6 100644 (file)
@@ -94,15 +94,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <build>
     <plugins>
-
-      <!-- DO NOT install or deploy the karaf artifact -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-install-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
+      <!-- DO NOT deploy the karaf artifact -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>