-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mvn io.quarkus:quarkus-maven-plugin:1.7.1.Final:list-extensions is not working from non-quarkus directory #11805
Comments
/cc @quarkusio/devtools |
My use case is to get quickly the list of latest extensions, I know that using |
The following stacktrace is displayed when
|
Is this still an issue? |
#43212 should fix it |
At least the issue @gastaldi reported |
fixed by #43212 Both
|
🙏 |
mvn io.quarkus:quarkus-maven-plugin:1.7.1.Final:list-extensions
is not working from non-quarkus directoryIt works when executed in directory with
pom.xml
which is using Quarkusmvn io.quarkus:quarkus-maven-plugin:1.3.4.Final:list-extensions
works from any pathFor newer version it worked for Quarkus 1.5.0, not working since Quarkus 1.6.0
The text was updated successfully, but these errors were encountered: