maven打包工程出现错误 Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test(示例代码

Posted hzdzkjdxygz

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven打包工程出现错误 Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test(示例代码相关的知识,希望对你有一定的参考价值。

今天用maven在命令行打包项目的时候出现错误:

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project xxx: There are test failures.

但是项目用maven编译没问题,之前测试也都过了。从上面描述可以确定是单元测试部分有问题,然后仔细研究了错误内容,发现是因为我定义了一个测试基类,里面没有任何测试方法,抛出了java.lang.Exception: No runnable methods。

 

解决办法:增加一个@Ignore,表示打包的时候忽略这个测试类,就能成功了。

 

以上是关于maven打包工程出现错误 Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test(示例代码的主要内容,如果未能解决你的问题,请参考以下文章

Springboot项目Maven打包报错:Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:r

Maven打包test报错Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin

maven打包错误: Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources(代码

解决Maven打包怪异异常:Failed to execute goal org.apache.maven.plugins:maven-resources-plugin

maven打包异常-Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.2.1.RELEAS

maven打包异常-Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.2.1.RELEAS