From 071ff5b626bff9ed59433492a1731bf7a053a5e0 Mon Sep 17 00:00:00 2001 From: 648540858 <18010473990@163.com> Date: 星期日, 08 八月 2021 09:21:30 +0800 Subject: [PATCH] 修复, #133 --- pom.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index a1ac15a..49fa3b3 100644 --- a/pom.xml +++ b/pom.xml @@ -253,6 +253,9 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <skipTests>true</skipTests> + </configuration> </plugin> </plugins> -- Gitblit v1.8.0