You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
19.67 [ERROR] Failed to execute goal org.graalvm.buildtools:native-maven-plugin:0.9.27:compile (build-native-image) on project helidon-quickstart-mp: Execution of /opt/graalvm-community-java21/bin/native-image @target/tmp/native-image-1030896273986161271.args io.helidon.Main returned non-zero result -> [Help 1]
19.67 [ERROR]
19.67 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
19.67 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
19.67 [ERROR]
19.67 [ERROR] For more information about the errors and possible solutions, please read the following articles:
19.67 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
------
Dockerfile.native:21
--------------------
19 | # the pom
20 | ADD pom.xml .
21 | >>> RUN mvn package -Pnative-image -Dnative.image.skip -Dmaven.test.skip -Declipselink.weave.skip
22 |
23 | # Do the Maven build!
--------------------
ERROR: failed to solve: process "/bin/sh -c mvn package -Pnative-image -Dnative.image.skip -Dmaven.test.skip -Declipselink.weave.skip" did not complete successfully: exit code: 1
Steps to reproduce
Generate the project using the Helidon MP Quickstart Maven archetype
Environment Details
Problem Description
Steps to reproduce
docker build -t helidon-quickstart-mp-native -f Dockerfile.native .
The text was updated successfully, but these errors were encountered: