在pom.xml文件中增加如下配置:
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin>
原文地址:https://www.cnblogs.com/taiguyiba/p/9092874.html
时间: 2024-10-08 17:09:27