You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2022/08/18 08:11:23 UTC

[camel-k-runtime] 01/10: chore: disable noisy maven-remote-resources-plugin

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit e011432a7b9e5a32d27a57cf8d27f2e3047b2591
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Wed Aug 17 16:59:03 2022 +0200

    chore: disable noisy maven-remote-resources-plugin
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 4e8d06d0..1eb085aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,6 +322,16 @@
             </plugins>
         </pluginManagement>
         <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-remote-resources-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>process-resource-bundles</id>
+                        <phase>none</phase>
+                    </execution>
+                </executions>
+            </plugin>
             <plugin>
                 <groupId>org.commonjava.maven.plugins</groupId>
                 <artifactId>directory-maven-plugin</artifactId>