Spring boot打包报错:Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21

Spring boot打包报错:Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21_第1张图片
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project yun_activiti_modeler: There are test failures.
[ERROR]
[ERROR] Please refer to D:\WORK\YUN\YUN_ACTIVITI_MODELER\target\surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[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

解决:

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

true

你可能感兴趣的:(错误排查,Springboot)