Merge "Changes for netvirt neutron renderer yang model."
authorSam Hague <shague@redhat.com>
Thu, 17 Mar 2016 19:20:05 +0000 (19:20 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 17 Mar 2016 19:20:05 +0000 (19:20 +0000)
karaf/pom.xml

index 3c322586aeecfdb0fc0e252774811a5ecbe0f127..6304661f9910f15faf6421bcb480f470d9f56319 100644 (file)
@@ -91,4 +91,25 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <scope>runtime</scope>
     </dependency>
   </dependencies>
+
+  <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>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>