Do not deploy the karaf artifact
[vpnservice.git] / distribution / karaf / pom.xml
index c6f059b9e1abee90346f626960b9fe6d4d8d6459..78f78db82aae47f5c1cf8a8f9a4462de91ac0f5f 100644 (file)
@@ -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>