Skip to content

Commit a66e1ac

Browse files
authored
Add "repackage" goal to create fat jar (#751)
1 parent 703a1c0 commit a66e1ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@
4343
<groupId>org.springframework.boot</groupId>
4444
<artifactId>spring-boot-maven-plugin</artifactId>
4545
<version>${version.spring.boot}</version>
46+
<executions>
47+
<execution>
48+
<goals>
49+
<goal>repackage</goal>
50+
</goals>
51+
</execution>
52+
</executions>
4653
</plugin>
4754
<plugin>
4855
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)