Merge "Changes for netvirt neutron renderer yang model."
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-karaf / pom.xml
index 4b3df12f7efcc448bad8bf53580443f246b63192..7ab0d5ee9a4ccb4127d2e1db0378caf335d03ef5 100644 (file)
@@ -51,9 +51,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <scope>runtime</scope>
     </dependency>
   </dependencies>
-  <!-- DO NOT install or deploy the karaf artifact -->
+
   <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>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>