IDEA install项目时报错Please refer to…for the individual test results
在使用maven install项目的时候报这个错误,可以在运行的时候忽略检查即可。
解决方法:
在pom.xml中增加org.apache.maven.plugins >maven-surefire-plugintrue

IDEA install项目时报错Please refer to…for the individual test results
在使用maven install项目的时候报这个错误,可以在运行的时候忽略检查即可。
解决方法:
在pom.xml中增加org.apache.maven.plugins >maven-surefire-plugintrue