mirror of https://github.com/apache/maven.git
[MNG-6467] - Remove plugin definition from pom file which is inherited
This commit is contained in:
parent
d0f1efa40e
commit
f87ba98abc
|
@ -111,11 +111,6 @@ under the License.
|
|||
<finalName>${distributionFileName}</finalName>
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue