You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2022/12/20 12:09:14 UTC

[jackrabbit-oak] branch OAK-10046 updated: OAK-10046: oak-it-osgi: remove unneeded workaround maven-resources-plugin

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

reschke pushed a commit to branch OAK-10046
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/OAK-10046 by this push:
     new b51a141630 OAK-10046: oak-it-osgi: remove unneeded workaround maven-resources-plugin
b51a141630 is described below

commit b51a141630d10a08ab3ff3ef126d6f5feb189cd9
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Tue Dec 20 13:09:04 2022 +0100

    OAK-10046: oak-it-osgi: remove unneeded workaround maven-resources-plugin
---
 oak-it-osgi/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/oak-it-osgi/pom.xml b/oak-it-osgi/pom.xml
index 87631de153..4f6e535d69 100644
--- a/oak-it-osgi/pom.xml
+++ b/oak-it-osgi/pom.xml
@@ -64,9 +64,6 @@
           </systemPropertyVariables>
         </configuration>
       </plugin>
-      <!-- Inspired from
-      https://stackoverflow.com/questions/26281322/mavenfailed-to-execute-goal-org-apache-maven-pluginsmaven-resources-plugin2-7
-      -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
@@ -78,13 +75,6 @@
             <nonFilteredFileExtension>docx</nonFilteredFileExtension>
           </nonFilteredFileExtensions>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.apache.maven.shared</groupId>
-            <artifactId>maven-filtering</artifactId>
-            <version>1.3</version>
-          </dependency>
-        </dependencies>
       </plugin>
       <plugin>
         <groupId>org.apache.rat</groupId>