|
@@ -82,6 +82,13 @@
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
<version>${spring-boot.version}</version>
|
|
<version>${spring-boot.version}</version>
|
|
|
|
|
+ <executions>
|
|
|
|
|
+ <execution>
|
|
|
|
|
+ <goals>
|
|
|
|
|
+ <goal>repackage</goal>
|
|
|
|
|
+ </goals>
|
|
|
|
|
+ </execution>
|
|
|
|
|
+ </executions>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
<profiles>
|
|
<profiles>
|
|
|
<profile>${profileActive}</profile>
|
|
<profile>${profileActive}</profile>
|