We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd8847 commit 833a995Copy full SHA for 833a995
pom.xml
@@ -219,6 +219,19 @@
219
</configuration>
220
</plugin>
221
222
+ <plugin>
223
+ <groupId>org.springframework.boot</groupId>
224
+ <artifactId>spring-boot-maven-plugin</artifactId>
225
+ <version>${spring-boot.version}</version>
226
+ <executions>
227
+ <execution>
228
+ <goals>
229
+ <goal>repackage</goal>
230
+ </goals>
231
+ </execution>
232
+ </executions>
233
+ </plugin>
234
+
235
<!--surefire-->
236
<plugin>
237
<groupId>org.apache.maven.plugins</groupId>
0 commit comments