Move maven-enforcer-plugin and -plugin-plugin to pluginManagement. Upgraded them to the latest version

Former-commit-id: a8226623cddfbc034b6293f48946e2109c426dde
This commit is contained in:
Hans Joachim Desserud
2015-01-03 17:22:42 +01:00
parent 7a246b90b9
commit 429f0966f0
2 changed files with 10 additions and 2 deletions

View File

@@ -66,7 +66,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.2</version>
<configuration>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
<goalPrefix>dependency-check</goalPrefix>
@@ -106,7 +105,6 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.2</version>
<executions>
<execution>
<id>enforce-maven-3</id>