You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/08/27 19:52:58 UTC

[maven] 01/01: [MNG-6467] - Remove plugin definition from pom file which is inherited

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

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

commit f87ba98abc86aa16d54ffa6fb9a751f0c0637b4e
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Aug 27 21:52:42 2018 +0200

    [MNG-6467] - Remove plugin definition from pom file which is inherited
---
 apache-maven/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index a2619ce..d5a41dc 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -112,11 +112,6 @@ under the License.
     <pluginManagement>
       <plugins>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-remote-resources-plugin</artifactId>
-          <version>1.5</version>
-        </plugin>
-        <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>