Przeglądaj źródła

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

疯狂的狮子Li 1 rok temu
rodzic
commit
c6e72e16dd
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      pom.xml

+ 2 - 0
pom.xml

@@ -63,6 +63,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>