Do not deploy the karaf artifact
[neutron.git] / karaf / pom.xml
index e2acb246603f0b8eb49acebee60945d99017ca34..16dbc77bf855b2358dc12a1929a40f97e98b7d6c 100644 (file)
@@ -42,4 +42,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
       <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>