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
The maven compilation fails mvn compile on macos ARM
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 14 source files to /Users/cmoullia/code/dekorate/dekorate-cli/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16.830 s
[INFO] Finished at: 2023-09-29T10:19:39+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project dekorate-cli: Fatal error compiling: java.lang.IllegalStateException: Unknown maven version output format. Expected at least one line! -> [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
Issue
The maven compilation fails
mvn compile
on macos ARMJDK version: openjdk 20.0.2 2023-07-18
Maven version: Apache Maven 3.9.4
The text was updated successfully, but these errors were encountered: