maven打包时过滤掉Test测试

tech2025-07-14  6

<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <skip>true</skip> </configuration> </plugin>

pom.xml文件<plugins>内添加

最新回复(0)