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:57 UTC

[maven] branch MNG-6467 created (now f87ba98)

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

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


      at f87ba98  [MNG-6467] - Remove plugin definition from pom file which is inherited

This branch includes the following new commits:

     new f87ba98  [MNG-6467] - Remove plugin definition from pom file which is inherited

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by kh...@apache.org.
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>