Skip to content

Commit 795582e

Browse files
authored
Merge pull request #1891 from david-vana/feature/1456-repackage-keep-original-jar-3-1-x
Keep the original JAR when repackaging (#1456)
2 parents 6843888 + f7e0cf1 commit 795582e

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)