You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/10/10 14:35:15 UTC

[maven] 04/04: Skip Maven Remoe Resources Plugin

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

slachiewicz pushed a commit to branch MNG-5995-x
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 0459f50f363e54364600215b3d9f738b50d7951b
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Nov 19 01:17:13 2018 +0100

    Skip Maven Remoe Resources Plugin
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index eaad9c1..84e7141 100644
--- a/pom.xml
+++ b/pom.xml
@@ -604,6 +604,14 @@ under the License.
             <skip>true</skip>
           </configuration>
         </plugin>
+        <plugin>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <version>1.6.0</version>
+          <configuration>
+            <!-- https://issues.apache.org/jira/browse/MRRESOURCES-92 -->
+            <skip>true</skip>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>