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