Merge "Do not deploy the karaf artifact"
authorMartin Sunal <msunal@cisco.com>
Tue, 12 Apr 2016 19:50:23 +0000 (19:50 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 12 Apr 2016 19:50:23 +0000 (19:50 +0000)
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>