Skip to content

Commit 24c0fce

Browse files
author
Dave Syer
committed
Add antrun plugin version
1 parent e220f08 commit 24c0fce

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-starters/spring-boot-starter-parent

1 file changed

+5
-0
lines changed

spring-boot-starters/spring-boot-starter-parent/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@
104104
</archive>
105105
</configuration>
106106
</plugin>
107+
<plugin>
108+
<groupId>org.apache.maven.plugins</groupId>
109+
<artifactId>maven-antrun-plugin</artifactId>
110+
<version>1.7</version>
111+
</plugin>
107112
<plugin>
108113
<groupId>org.codehaus.mojo</groupId>
109114
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)