如何修复OpenShift Maven项目构建错误

时间:2018-09-24 16:40:56

标签: java maven build openshift

我试图在OpenShift中使用JBoss Web Server 3.1 Apache Tomcat 8 + MySQL(带有https)构建一个Maven项目。

但是这样会发生错误。

[ERROR]
[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 
Aborting due to error code 1 from Maven build
error: build error: non-zero (13) exit code from registry.access.redhat.com/jboss-webserver-3/webserver31-tomcat8-openshift@sha256:29470583ce1511dbbe8e2552b7f0278d0d74595c42a00632cd23fda1ffab361e

在Eclipse中成功构建了maven项目。

但是OpenShift持续出现错误。

我在错误日志中输入了URL(http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException)。它说错误与插件有关。但是我不知道哪种插件以及它是什么。

我该如何解决?

0 个答案:

没有答案