Merge "Add IT test for checking earlier schema versions for autoattach"
[netvirt.git] / karaf / pom.xml
index 3c322586aeecfdb0fc0e252774811a5ecbe0f127..9aff226e56a6cf1c863710273ae8aaac639a67b6 100644 (file)
@@ -91,4 +91,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <scope>runtime</scope>
     </dependency>
   </dependencies>
+
+  <build>
+    <plugins>
+      <!-- DO NOT deploy the karaf artifact -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 </project>