-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
Description
Describe the bug
error message Quarkus extension deployment artifact io.quarkus:quarkus-devservices-deployment:jar:3.32.0 does not appear to depend on the corresponding runtime artifact io.quarkus:quarkus-devservices:jar:3.32.0 appears in quarkiverse/quarkus-artemis#1047 and makes the build fail.
this seems to be the case indeed that the dependency is missing. is this an oversight?
cc @holly-cummins
Expected behavior
there should not be any error in goal io.quarkus:quarkus-maven-plugin:3.32.0:go-offline
Actual behavior
the build fails
How to Reproduce?
follow quarkiverse/quarkus-artemis#1047 (comment) : ./mvnw quarkus:go-offline
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus version or git rev
3.32
Build tool (ie. output of mvnw --version or gradlew --version)
maven
Additional information
No response
Reactions are currently unavailable