Do not deploy the karaf artifact 57/36357/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 16 Mar 2016 22:38:11 +0000 (18:38 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 17 Mar 2016 13:55:35 +0000 (09:55 -0400)
The karaf artifact is only used for testing. It does not need to be
released to the world.

Change-Id: Ic1ff344fa606666c08ec6c75e89984c535454bf3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
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>