This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch ARIES-2164-remove-duplicated-remote-resources-plugin-execution in repository https://gitbox.apache.org/repos/asf/aries.git
commit 1a4cad78aa04beea82c92be77fc45239ef639d64 Author: Dominik Przybysz <[email protected]> AuthorDate: Thu Jan 30 19:57:41 2025 +0100 ARIES-2164: Remove duplicated remote-resource plugin execution --- parent/pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 33f1c48ec..df91ef031 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -468,23 +468,6 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-remote-resources-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>process</goal> - </goals> - <configuration> - <resourceBundles> - <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> - </resourceBundles> - </configuration> - </execution> - </executions> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId>
