Do not deploy the karaf artifact
[vpnservice.git] / distribution / karaf / pom.xml
index 3fdedb91c89add5a09e6368134ee012eaa840a1b..78f78db82aae47f5c1cf8a8f9a4462de91ac0f5f 100644 (file)
@@ -22,7 +22,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <karaf.localFeature>odl-vpnservice-core</karaf.localFeature>
+    <!-- <karaf.localFeature>odl-vpnservice-core</karaf.localFeature> -->
   </properties>
   <dependencyManagement>
     <dependencies>
@@ -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>