Remove skip install for library karaf 73/36473/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 19 Mar 2016 15:42:54 +0000 (11:42 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 19 Mar 2016 15:42:56 +0000 (11:42 -0400)
Missed the library-it in my last patch to fix this.

Change-Id: I2a32cda2644331df592416b0770383b9edd584fb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
library/karaf/pom.xml

index 79b8e02d3959c88edc531145e4c8b0a559006081..86f275e057fdf767a10294c04286ef33161f2a9e 100644 (file)
@@ -54,14 +54,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <build>
     <plugins>
-      <!-- DO NOT install or deploy the karaf artifact -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-install-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
+      <!-- DO NOT deploy the karaf artifact -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-deploy-plugin</artifactId>