update 优化 打包默认跳过测试 减少心智难度

This commit is contained in:
疯狂的狮子Li 2025-03-18 13:44:35 +08:00
parent 1f1564fad9
commit 97c36674e4

View File

@ -57,6 +57,8 @@
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version> <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version> <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version> <flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
<!-- 打包默认跳过测试 -->
<skipTests>true</skipTests>
</properties> </properties>
<profiles> <profiles>