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

Use -DnoCode instead of -DnoExamples and add resteasy-reactive extension in the guides #59

Closed
ia3andy opened this issue Apr 15, 2022 · 1 comment · Fixed by #75
Closed

Comments

@ia3andy
Copy link

ia3andy commented Apr 15, 2022

See quarkusio/quarkus#24948 (comment)

mvn io.quarkus.platform:quarkus-maven-plugin:2.8.0.Final:create \
    -DprojectGroupId=org.acme \
    -DprojectArtifactId=reactive-messaging-http-quickstart \
    -Dextensions="reactive-messaging-http,resteasy-reactive" \
    -DnoCode
@ia3andy ia3andy changed the title Use -DnoCode instead of -DnoExamples in the guides Use -DnoCode instead of -DnoExamples and add resteasy-reactive extension in the guides Apr 15, 2022
@ia3andy
Copy link
Author

ia3andy commented Apr 15, 2022

You could also "not add" resteasy-reactive when creating and add it before adding the REST part in the guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant