Maven常见异常及解决方法---测试代码编译错误

Posted iFindU_San

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Maven常见异常及解决方法---测试代码编译错误相关的知识,希望对你有一定的参考价值。

[ERROR] Please refer to E:mavenweb_nanchang argetsurefire-reports for the individual test results.

解决方法:

这是因为测试代码时遇到错误,它会停止编译。只需要在pom.xml的<project>里添加以下配置,使得测试出错不影响项目的编译。

<build>
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-surefire-plugin</artifactId>
            <configuration>
                <testFailureIgnore>true</testFailureIgnore>
            </configuration>
        </plugin>
    </plugins>
</build>
---------------------
来源:CSDN
原文:https://blog.csdn.net/lch_cn/article/details/8225448?utm_source=copy
版权声明:本文为博主原创文章,转载请附上博文链接!















以上是关于Maven常见异常及解决方法---测试代码编译错误的主要内容,如果未能解决你的问题,请参考以下文章

Maven常见异常及解决方法

Maven常见异常及解决方法(本篇停更至16-4-12)

maven异常解决:编码GBK的不可映射字符

CRM应用程序中发生无法处理的异常.常见的错误及报错的原因和解决方法

SSM2-搭建maven常见的错误以及解决方法

异常结构及常见异常