yq 3 yıl önce
ebeveyn
işleme
2bda177511
1 değiştirilmiş dosya ile 10 ekleme ve 0 silme
  1. 10 0
      pom.xml

+ 10 - 0
pom.xml

@@ -277,6 +277,16 @@
                     <!--                    </excludes>-->
                 </configuration>
             </plugin>
+            <!--添加配置跳过测试-->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.22.1</version>
+                <configuration>
+                    <skipTests>true</skipTests>
+                </configuration>
+            </plugin>
+            <!--添加配置跳过测试-->
         </plugins>
     </build>