Karaf 4: allow SFT configurations to be combined 76/56176/1
authorStephen Kitt <skitt@redhat.com>
Wed, 26 Apr 2017 16:16:17 +0000 (18:16 +0200)
committerStephen Kitt <skitt@redhat.com>
Thu, 27 Apr 2017 14:38:53 +0000 (14:38 +0000)
We need to allow children of single-feature-parent to reconfigure the
generator plugin, while still ensuring that the list of excluded
artifacts is honoured.

Change-Id: Ifa284e6e10c5182a68d4a3457446903ef9d1ccb8
Signed-off-by: Stephen Kitt <skitt@redhat.com>
untested-single-feature-parent/pom.xml

index c329a5f58b000a68cf097534feaba634477583fb..9ad93b5a1ace2cad7396fceb9a8c89731c1da3f0 100644 (file)
@@ -49,7 +49,7 @@
                 <artifactId>karaf-maven-plugin</artifactId>
                 <version>${karaf4.plugin.version}</version>
                 <extensions>true</extensions>
-                <configuration>
+                <configuration combine.children="append">
                     <simplifyBundleDependencies>true</simplifyBundleDependencies>
                     <excludedArtifactIds>
                         <!-- These artifacts are provided by our Karaf distribution -->