Remove skip install for hwvtepsouthbound and southbound karaf 59/36459/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 18 Mar 2016 20:15:01 +0000 (16:15 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 18 Mar 2016 20:16:49 +0000 (16:16 -0400)
Not sure why the ovsdb-verify job didn't catch this but we do need to
at least install the karaf distro after all for integrationtests that
need them. Deploy is still unnecessary.

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

index 7ab0d5ee9a4ccb4127d2e1db0378caf335d03ef5..55bfcb1649bf6368825d85a05ef04f8749cbf205 100644 (file)
@@ -54,14 +54,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <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>
index 410b1223914ee0abe1fd30f69255935d739c7a5f..34e4eede2bab16bd8dfb9b86848409794e1fd43a 100644 (file)
@@ -75,15 +75,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <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>