-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support custom groupId for CLI #486
Comments
Sounds like bug in our framework when resolving the directory where the app was created. Probably doesn't expect GAV approach, only astifactId. |
rsvoboda
added a commit
to rsvoboda/quarkus-test-framework
that referenced
this issue
Jun 21, 2022
rsvoboda
added a commit
to rsvoboda/quarkus-test-framework
that referenced
this issue
Jun 21, 2022
rsvoboda
added a commit
to rsvoboda/quarkus-test-framework
that referenced
this issue
Jun 21, 2022
9 tasks
fedinskiy
pushed a commit
that referenced
this issue
Jun 21, 2022
mjurc
pushed a commit
that referenced
this issue
Feb 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quarkus CLI allows creation of projects with custom groupID(eg."com.mycompany:myproject")[1]. At the same time, method
createApplication
ofQuarkusCliClient
does not have api to provide parameters, other than application name. If we attempt to combine name with group id, client fails on buildOnJvm step[2]. Because of that, we can not test issues like quarkusio/quarkus#24713[1] https://quarkus.io/guides/cli-tooling#project-creation
[2]
The text was updated successfully, but these errors were encountered: