From 81cba1f2ff0357ac42e3ba49434f5acb48327461 Mon Sep 17 00:00:00 2001 From: Michael Vitz Date: Fri, 10 Oct 2014 20:25:42 +0200 Subject: [PATCH] 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 --- spring-boot-starters/spring-boot-starter-parent/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index 6956f71268..76b810fbe5 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -96,10 +96,6 @@ - - org.apache.maven.plugins - maven-antrun-plugin - org.codehaus.mojo exec-maven-plugin