|
@@ -37,6 +37,7 @@
|
|
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
|
|
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
|
|
|
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
|
|
|
+ <flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
|
|
|
<!-- 看看咋放到 bom 里 -->
|
|
|
<lombok.version>1.18.28</lombok.version>
|
|
|
<spring.boot.version>2.7.14</spring.boot.version>
|
|
@@ -92,6 +93,10 @@
|
|
|
</annotationProcessorPaths>
|
|
|
</configuration>
|
|
|
</plugin>
|
|
|
+ <plugin>
|
|
|
+ <groupId>org.codehaus.mojo</groupId>
|
|
|
+ <artifactId>flatten-maven-plugin</artifactId>
|
|
|
+ </plugin>
|
|
|
</plugins>
|
|
|
</pluginManagement>
|
|
|
|
|
@@ -100,6 +105,7 @@
|
|
|
<plugin>
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
<artifactId>flatten-maven-plugin</artifactId>
|
|
|
+ <version>${flatten-maven-plugin.version}</version>
|
|
|
<configuration>
|
|
|
<flattenMode>resolveCiFriendliesOnly</flattenMode>
|
|
|
<updatePomFile>true</updatePomFile>
|