-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
area/cliRelated to quarkus cli (not maven/gradle/etc.)Related to quarkus cli (not maven/gradle/etc.)kind/bugSomething isn't workingSomething isn't working
Description
Describe the bug
quarkus ext add io.quarkiverse.businessscore:quarkus-business-score-health~:1.0.0.Alpha4
[SUCCESS] ✅ Extension io.quarkiverse.businessscore:quarkus-business-score-health~:1.0.0.Alpha4 has been installed
Resulting pom.xml
<dependency>
<groupId>io.quarkiverse.businessscore</groupId>
<artifactId>quarkus-business-score-health~</artifactId>
<version>1.0.0.Alpha4</version>
</dependency>
Expected behavior
Error message from the CLI:
[ERROR] ❗ Cannot find a dependency matching 'quarkus-business-score-health~:1.0.0.Alpha4', maybe a typo?
[ERROR] ❗ Unable to create project: Failed to create project because of invalid extensions
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a
or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version
or gradlew --version
)
No response
Additional information
No response
Metadata
Metadata
Assignees
Labels
area/cliRelated to quarkus cli (not maven/gradle/etc.)Related to quarkus cli (not maven/gradle/etc.)kind/bugSomething isn't workingSomething isn't working