quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.53k stars 2.61k forks source link

Documentation on how to install a quarkus plugin using maven coordinates is wrong. #40983

Open iocanel opened 3 months ago

iocanel commented 3 months ago

Describe the bug

quarkus plugin add io.quarkiverse.authzed:quarkus-authzed-cli:runner:jar:0.2.0 

This does not work because runner is not a valid classifier for this artifact. Documentation needs to be updated.

quarkus-bot[bot] commented 3 months ago

/cc @quarkusio/devtools (maven)

gastaldi commented 3 months ago

Are you sure? The command works for me

maxandersen commented 3 months ago

thats the issue - it should not work :)

There is no runner artifact to be seen in https://repo1.maven.org/maven2/io/quarkiverse/authzed/quarkus-authzed-cli/0.3.0/