Unable to generate a project using Maven and Quarkus 2.6 with -DquarkusRegistryClient=false
#22498
Labels
Milestone
-DquarkusRegistryClient=false
#22498
Describe the bug
Unable to generate a project using Maven and Quarkus 2.6 with
-DquarkusRegistryClient=false
This is regression, as the same approach works with 2.5.4.Final and previous versions.
Following command fails
If
-DquarkusRegistryClient=false
is removed command works, I do not have~/.quarkus/config.yaml
, tried with empty-Dmaven.repo.local=
but the command fails to execute properly.Some details when the mvn command is executed with
-e
:Expected behavior
Mvn command execution without error
Actual behavior
Mvn command execution error
How to Reproduce?
Quarkus 2.5.4.Final works:
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.6.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: