Do not deploy the karaf artifact 23/36323/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 16 Mar 2016 20:44:13 +0000 (16:44 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 8 Apr 2016 01:24:15 +0000 (21:24 -0400)
The karaf artifact is only used for testing. It does not need to be
released to the world.

Change-Id: I7f25d1310345c27417871fb94a79ef0348863dd5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
distribution/karaf/pom.xml

index c6f059b9e1abee90346f626960b9fe6d4d8d6459..78f78db82aae47f5c1cf8a8f9a4462de91ac0f5f 100644 (file)
@@ -52,4 +52,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>