首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
maven打包时过滤掉Test测试
maven打包时过滤掉Test测试
tech
2025-07-14
6
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin>
pom.xml文件<plugins>内添加
转载请注明原文地址:https://tech.qufami.com/read-23049.html
最新回复
(
0
)