Remove superfluous maven-antrun-plugin

Remove the maven-antrun-plugin from the pluginManagement section of
spring-boot-starter-parent since it is already declared in the
spring-boot-dependencies POM.

Closes gh-1688
This commit is contained in:
Michael Vitz
2014-10-10 20:25:42 +02:00
committed by Phillip Webb
parent 001f2d6c69
commit 81cba1f2ff

View File

@@ -96,10 +96,6 @@
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>