Bug 2907: Downgraded karaf maven plugin to 3.0.1 25/18525/1
authorTony Tkacik <ttkacik@cisco.com>
Fri, 17 Apr 2015 10:26:43 +0000 (12:26 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Fri, 17 Apr 2015 10:26:46 +0000 (12:26 +0200)
Karaf Maven plugin 3.0.2 and 3.0.3 during installation
of boot features reinstalls already installed features
when it's referenced by other features.

This actually prolongs build and increases logs in
large amount - eg.
https://jenkins.opendaylight.org/releng/job/iotdm-integration-master/522/

Change-Id: I1fa1a1c4853becf49b790e3a4add56ca9d263ba0
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
karaf/karaf-parent/pom.xml

index 958f2b884cf2075b8b9a62a72f176439ada6bb5f..85e0c265b17e2402f17225e2f32f94fa081a132e 100644 (file)
@@ -24,6 +24,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <branding.version>1.1.0-SNAPSHOT</branding.version>
     <karaf.resources.version>1.5.0-SNAPSHOT</karaf.resources.version>
     <karaf.localFeature>standard</karaf.localFeature>
+    <!--  Karaf Maven plugin 3.023 reinstalls already installed
+          boot features to container, which could be observed
+          in huge logs and seems like loop in build, even if it
+          is not.
+     -->
+    <karaf.maven.version>3.0.1</karaf.maven.version>
   </properties>
   <dependencyManagement>
     <dependencies>
@@ -180,7 +186,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <plugin>
           <groupId>org.apache.karaf.tooling</groupId>
           <artifactId>karaf-maven-plugin</artifactId>
-          <version>${karaf.version}</version>
+          <version>${karaf.maven.version}</version>
           <extensions>true</extensions>
           <configuration>
             <!-- no startupFeatures -->