Skip to content
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

quarkus ext add io.quarkiverse.ngrok:quarkus-ngrok does not include version info #25847

Closed
maxandersen opened this issue May 29, 2022 · 2 comments · Fixed by #25858
Closed

quarkus ext add io.quarkiverse.ngrok:quarkus-ngrok does not include version info #25847

maxandersen opened this issue May 29, 2022 · 2 comments · Fixed by #25858
Assignees
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins kind/bug Something isn't working
Milestone

Comments

@maxandersen
Copy link
Contributor

maxandersen commented May 29, 2022

Describe the bug

running: quarkus ext add io.quarkiverse.ngrok:quarkus-ngrok adds only this:

 <dependency>
      <groupId>io.quarkiverse.ngrok</groupId>
      <artifactId>quarkus-ngrok</artifactId>
    </dependency>

Expected behavior

it should have added:

 <dependency>
      <groupId>io.quarkiverse.ngrok</groupId>
      <artifactId>quarkus-ngrok</artifactId>
	<version>0.1.3</version>
    </dependency>

Actual behavior

No response

How to Reproduce?

using quarkus 2.9.0 cli

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

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

@maxandersen maxandersen added the kind/bug Something isn't working label May 29, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented May 29, 2022

/cc @aloubyansky, @gastaldi, @gsmet

@quarkus-bot quarkus-bot bot added the kind/extension-proposal Discuss and Propose new extensions label May 29, 2022
@aloubyansky aloubyansky added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins and removed kind/extension-proposal Discuss and Propose new extensions labels May 29, 2022
@aloubyansky aloubyansky self-assigned this May 29, 2022
@gastaldi
Copy link
Contributor

I can confirm this happens when you use G:A form. It works when you do quarkus ext add ngrok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants