Describe the bug
$ echo $JAVA_HOME
/path/to/java/temurin-25.0.1+8.0.LTS
$ quarkus version
3.33.1
$ quarkus info
[INFO] Scanning for projects...
[INFO]
[INFO] ----------------< com.example.myapp:my-application >-----------------
[INFO] Building my-application 1.0.0-SNAPSHOT
[INFO] from pom.xml
[INFO] ------------------------------[ quarkus ]-------------------------------
[INFO]
[INFO] --- quarkus:3.33.1:info (default-cli) @ my-application ---
[WARNING] quarkus:info goal is experimental, its options and output may change in future versions
[INFO]
[INFO] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO]
[INFO] Quarkus platform BOMs:
[INFO] ✔ io.quarkus.platform:quarkus-bom:pom:3.33.1
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.653 s
[INFO] Finished at: 2026-04-09T10:01:36+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.33.1:info (default-cli) on project my-application: Execution default-cli of goal io.quarkus.platform:quarkus-maven-plugin:3.33.1:info failed: Cannot invoke "io.quarkus.maven.dependency.ArtifactCoords.toCompactCoords()" because the return value of "io.quarkus.devtools.project.update.PlatformInfo.getImported()" is null -> [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/PluginExecutionException
Expected behavior
quarkus info command works without any error.
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
Darwin THYVCWF26H 25.3.0 Darwin Kernel Version 25.3.0: Wed Jan 28 20:54:46 PST 2026; root:xnu-12377.91.3~2/RELEASE_ARM64_T6000 arm64
Output of java -version
openjdk 25.0.1 2025-10-21 LTS OpenJDK Runtime Environment Temurin-25.0.1+8 (build 25.0.1+8-LTS) OpenJDK 64-Bit Server VM Temurin-25.0.1+8 (build 25.0.1+8-LTS, mixed mode)
Quarkus version or git rev
3.33.1
Build tool (ie. output of mvnw --version or gradlew --version)
Apache Maven 3.9.12 (848fbb4bf2d427b72bdb2471c22fced7ebd9a7a1)
Additional information
No response
Describe the bug
Expected behavior
quarkus info command works without any error.
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -aorverDarwin THYVCWF26H 25.3.0 Darwin Kernel Version 25.3.0: Wed Jan 28 20:54:46 PST 2026; root:xnu-12377.91.3~2/RELEASE_ARM64_T6000 arm64
Output of
java -versionopenjdk 25.0.1 2025-10-21 LTS OpenJDK Runtime Environment Temurin-25.0.1+8 (build 25.0.1+8-LTS) OpenJDK 64-Bit Server VM Temurin-25.0.1+8 (build 25.0.1+8-LTS, mixed mode)
Quarkus version or git rev
3.33.1
Build tool (ie. output of
mvnw --versionorgradlew --version)Apache Maven 3.9.12 (848fbb4bf2d427b72bdb2471c22fced7ebd9a7a1)
Additional information
No response