NutzCN Logo
问答 nutz-book-project编译失败
发布于 2635天前 作者 qq_d2708d7f 1291 次浏览 复制 上一个帖子 下一个帖子
标签:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 38.009 s
[INFO] Finished at: 2017-02-06T10:33:05+08:00
[INFO] Final Memory: 25M/200M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project nutzbook: There are test failures.
[ERROR] [ERROR] Please refer to E:\workspace_javaEE\nutz-book-project\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1] [ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

2 回复

test failures, 把test跳过吧

mvn -Dmaven.test.skip=true clean package

好的,谢谢 wendal 大叔

添加回复
请先登陆
回到顶部