Open
Description
opened on Mar 26, 2024
Got this error below when building inside container.
[ERROR] Failed to execute goal org.codehaus.mojo:jaxb2-maven-plugin:2.5.0:schemagen (schemagen) on project <omited>:
[ERROR] +=================== [SchemaGenerator Error '<unknown>']
[ERROR] |
[ERROR] | SchemaGen did not complete its operation correctly.
[ERROR] |
[ERROR] | To re-create the error (and get a proper error message), cd to:
[ERROR] | /sources
[ERROR] | ... and fire the following on a command line/in a shell:
[ERROR] |
[ERROR] | schemagen -encoding UTF-8 -d /sources/target/schemagen-work/compile_scope -classpath file:/var/maven/repository/org/glassfish/jaxb/jaxb-xjc/2.3.2/jaxb-xjc-2.3.2.jar!/META-<omited>
[ERROR] |
[ERROR] | The following source files should be processed by schemagen:
[ERROR] | 0: file:/sources/src/main/java/com/<omited>
[ERROR] |
[ERROR] +=================== [End SchemaGenerator Error]
[ERROR] : error: no source files
[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/MojoExecutionException
error building image: error building stage: failed to execute command: waiting for process to exit: exit status 1
what does this mean? cannot find similar issue.
Metadata
Assignees
Labels
No labels
Activity