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:
committed by
Phillip Webb
parent
001f2d6c69
commit
81cba1f2ff
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user