Silence framework extension unpack 74/83874/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 21 Aug 2019 14:17:09 +0000 (16:17 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 21 Aug 2019 14:20:10 +0000 (16:20 +0200)
This eliminates a tiny bit of noise when we are unpacking
framework extensions.

Change-Id: I7333113f7feff1d9e8ad7e0c1c309daafc7dfbe2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
karaf/bcpkix-framework-ext/pom.xml
karaf/bcprov-framework-ext/pom.xml
karaf/opendaylight-karaf-resources/pom.xml

index d681f3f65451ffefc4a16b17ab4941b530e8605d..b62d546c8656a7fa1dd0c045651de48ebc292d66 100644 (file)
@@ -45,6 +45,7 @@
                         <configuration>
                             <includes>**/MANIFEST.MF</includes>
                             <includeArtifactIds>bcpkix-jdk15on</includeArtifactIds>
+                            <silent>true</silent>
                         </configuration>
                     </execution>
                 </executions>
index 767279d06d38b3c9783d3446fd776c3112b0ae94..0b1334b1653e0f15b99efebb29d567914a37020f 100644 (file)
@@ -45,6 +45,7 @@
                         <configuration>
                             <includes>**/MANIFEST.MF</includes>
                             <includeArtifactIds>bcprov-ext-jdk15on</includeArtifactIds>
+                            <silent>true</silent>
                         </configuration>
                     </execution>
                 </executions>
index 842f9080cb923aa372091da9cb486a74ed6cfccd..29f4b4161427bd7e40b07e519e3e3a22bfe91a7b 100644 (file)
@@ -156,7 +156,7 @@ mvn\:org.apache.aries.blueprint/org.apache.aries.blueprint.core.compatibility/1.
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
-            <id>copy</id>
+            <id>copy-framework-extensions</id>
             <goals>
               <goal>copy</goal>
             </goals>
@@ -179,6 +179,7 @@ mvn\:org.apache.aries.blueprint/org.apache.aries.blueprint.core.compatibility/1.
                     <destFileName>bcpkix-jdk15on-${bouncycastle.version}.jar</destFileName>
                 </artifactItem>
               </artifactItems>
+              <silent>true</silent>
             </configuration>
           </execution>
         </executions>