Quarkus-cli 2.8.2.Final create app doesn't include test examples with just a jacoco extension #25761
Labels
area/cli
Related to quarkus cli (not maven/gradle/etc.)
kind/bug
Something isn't working
triage/invalid
This doesn't seem right
Describe the bug
Quarkus 2.8.2.Final and also Upstream (999-SNAPSHOT)
Worked as expected with Quarkus 2.7.5.Final
Quarkus-cli 2.8.2.final doesn't add a
quarkus-resteasy
extension by default, so if I create an application with justjacoco
extension then I don't have a test folder. I am not sure if this could be an issue?Reproducer:
create an app with jacoco extension
quarkus create app app -x=jacoco
build your app
quarkus build
Verify is a jacoco folder was created
No jacoco report was generated because there is no test folder/examples.
The text was updated successfully, but these errors were encountered: