Skip to content

Commit 651feb5

Browse files
committed
Remove exec configuration on the spring boot maven plugin
1 parent e34c892 commit 651feb5

File tree

1 file changed

+1
-6
lines changed
  • spring-cloud-kubernetes-controllers

1 file changed

+1
-6
lines changed

spring-cloud-kubernetes-controllers/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<configuration>
2828
<image>
2929
<name>${env.IMAGE}</name>
30+
<pullPolicy>IF_NOT_PRESENT</pullPolicy>
3031
</image>
3132
<goal>build-image</goal>
3233
</configuration>
@@ -44,17 +45,11 @@
4445
<goals>
4546
<goal>repackage</goal>
4647
</goals>
47-
<configuration>
48-
<classifier>exec</classifier>
49-
</configuration>
5048
</execution>
5149
<execution>
5250
<goals>
5351
<goal>repackage</goal>
5452
</goals>
55-
<configuration>
56-
<classifier>exec</classifier>
57-
</configuration>
5853
</execution>
5954
</executions>
6055
</plugin>

0 commit comments

Comments
 (0)