|
@@ -119,31 +119,12 @@
|
|
|
|
|
|
|
|
|
|
<build>
|
|
<build>
|
|
-
|
|
|
|
- <pluginManagement>
|
|
|
|
<plugins>
|
|
<plugins>
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
- <executions>
|
|
|
|
- <execution>
|
|
|
|
- <goals>
|
|
|
|
- <goal>repackage</goal>
|
|
|
|
- </goals>
|
|
|
|
- </execution>
|
|
|
|
- </executions>
|
|
|
|
- </plugin>
|
|
|
|
-
|
|
|
|
- <plugin>
|
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
- <configuration>
|
|
|
|
- <testFailureIgnore>true</testFailureIgnore>
|
|
|
|
- </configuration>
|
|
|
|
</plugin>
|
|
</plugin>
|
|
</plugins>
|
|
</plugins>
|
|
- </pluginManagement>
|
|
|
|
-
|
|
|
|
</build>
|
|
</build>
|
|
|
|
|
|
<distributionManagement>
|
|
<distributionManagement>
|