Migration RHBQ from 2.13.8.SP2-redhat-00001 to 3.2.6.Final-redhat-00002 doesn't work as expected
Issue
Migration RHBQ from 2.13.8.SP2-redhat-00001 to 3.2.6.Final-redhat-00002 doesn't work as expected
mvn com.redhat.quarkus.platform:quarkus-maven-plugin:3.2.6.Final-redhat-00002:update
... must be used to proceed to migration and also mention that --Dstream=3.2 option is optional
First, if --Dstream=3.2 option is added then the mvn command fails as below :
[INFO] Scanning for projects...
[INFO]
[INFO] ----------< com.abc.quarkus:00>-----------
[INFO] Building abc 1.0.0-SNAPSHOT
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- quarkus:3.2.6.Final:update (default-cli) @ abc ---
[WARNING] quarkus:update goal is experimental, its options and output might change in future versions
[INFO] Looking for the newly published extensions in registry.quarkus.io
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.213 s
[INFO] Finished at: 2023-10-24T16:51:16+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:3.2.6.Final:update (default-cli) on project abc: Failed to resolve the recommended Quarkus extension catalog from the configured extension registries: None of the registries provided any platform -> [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
Environment
- Red Hat build of Quarkus
- 3.2.6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.