ソースを参照

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

疯狂的狮子Li 1 ヶ月 前
コミット
97c36674e4
1 ファイル変更2 行追加0 行削除
  1. 2 0
      pom.xml

+ 2 - 0
pom.xml

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