Do not deploy the karaf artifact 20/36320/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 16 Mar 2016 14:43:07 +0000 (10:43 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 7 Apr 2016 23:45:33 +0000 (19:45 -0400)
The karaf artifact is only used for testing. It does not need to be
released to the world.

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

index 179837a5a1a88efe95d212275923d5bfca049af2..9be77cca7f6e90abc9be4e863859ebfc71ce3907 100644 (file)
@@ -80,4 +80,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <url>https://wiki.opendaylight.org/view/NEMO:Main</url>
     <tag>HEAD</tag>
   </scm>
-</project>
\ No newline at end of file
+
+  <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>