Я пытался создать проект maven с JBoss Web Server 3.1 Apache Tomcat 8 + MySQL (с https) в OpenShift.
Однако ошибка происходит следующим образом.
[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
Проект maven успешно собран в eclipse.
Но в OpenShift постоянно возникает ошибка.
Я ввел URL (http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException) в журнале ошибок. Он говорит, что ошибка связана с плагином. Но я не могу понять, что за плагин и что это такое.
Как я могу это исправить?