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

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

index eebdbe5ea0e5d387db5b7349c954879969e88b57..073938d0d1f3eddf75451e8cd36570f1fa7186d3 100644 (file)
       <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>
+
   <scm>
     <connection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/groupbasedpolicy.git</developerConnection>