Do not install/deploy karaf distro
[netvirt.git] / karaf / pom.xml
index 24d082632d711d5b886087f5afdb6c49ad358e7d..efedcd72a7b8f5ee2c7bc22e46419a23240338cc 100644 (file)
@@ -23,6 +23,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
     <properties>
         <!-- <karaf.localFeature>odl-netvirt-openstack</karaf.localFeature> -->
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
     </properties>
 
     <dependencies>
@@ -117,14 +119,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
                     </execution>
                 </executions>
             </plugin>
-            <!-- Temporarily deploy the karaf artifact -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-deploy-plugin</artifactId>
-                <configuration>
-                    <skip>false</skip>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 </project>