Skip to content

Commit 833a995

Browse files
committed
add plugins
1 parent 0bd8847 commit 833a995

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,19 @@
219219
</configuration>
220220
</plugin>
221221

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+
222235
<!--surefire-->
223236
<plugin>
224237
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)