Do not deploy the karaf artifact 67/36367/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:29:09 +0000 (21:29 -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 ad6ecf1549703c259f1b6267e49ba88675227fe7..b7e87c640d0eeed35164fc5ecc5d922cb27c65ce 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>