Skip to content

Commit f7e0cf1

Browse files
committed
Keep the original JAR when repackaging (#1456)
Added a classifier for the 'repackage' execution defined here and also for the 'default' execution defined in the spring-cloud-build parent pom. Signed-off-by: David Vana <[email protected]>
1 parent 7b646ad commit f7e0cf1

File tree

1 file changed

+11
-0
lines changed
  • spring-cloud-kubernetes-controllers

1 file changed

+11
-0
lines changed

spring-cloud-kubernetes-controllers/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,17 @@
4444
<goals>
4545
<goal>repackage</goal>
4646
</goals>
47+
<configuration>
48+
<classifier>exec</classifier>
49+
</configuration>
50+
</execution>
51+
<execution>
52+
<goals>
53+
<goal>repackage</goal>
54+
</goals>
55+
<configuration>
56+
<classifier>exec</classifier>
57+
</configuration>
4758
</execution>
4859
</executions>
4960
</plugin>

0 commit comments

Comments
 (0)