Eclipse4.5版本创建Maven项目时出现这种错误Pom.xml上面错误

2024-11-16 12:25:48
推荐回答(1个)
回答(1):

您好,maven2打包前会运行junit,但是,有时我们希望即使出现了错误,也要打包。maven2的设计者已经考虑到这种情况了。pom.xml文件配置内容如下:

[...]



org.apache.maven.plugins
maven-surefire-plugin

true




[...]