-
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
Building my first extension missing test result in failure #37216
Comments
also the generated app is using 999-SNAPSHOT but docs says 1.0.0-SNAPSHOT |
I fixed a few broken things there already lately. I will have a look. |
I would argue that you shouldn't be surprised that your extension is broken if you don't have tests in it :] |
@gsmet totally - hence I was surprised we didn't generated test by default. Other thing that we should have is |
Yeah so FYI, I have on my TODO to improve this guide with some Quarkiverse stuff (or to write a specific guide targeting Quarkiverse). We need the Quarkiverse way to be the easiest one. |
/cc @MichalMaler (documentation), @ebullient (documentation), @inoxx03 (documentation), @michelle-purcell (documentation), @rolfedh (documentation), @sheilamjones (documentation), @sunayna15 (documentation) |
There's also https://hub.quarkiverse.io, which is I think a natural place for some? most? of the quarkiverse content, but we need to improve the cross-linking back and forth. |
@holly-cummins yeah, makes sense. I'll take your comment into account. |
When creating a project without ITs, we don't generate the ITs module so we shouldn't reference it in the parent POM. Fixes quarkusio#37216
I created #44141 to fix it. |
When creating a project without ITs, we don't generate the ITs module so we shouldn't reference it in the parent POM. Fixes quarkusio#37216 (cherry picked from commit a09e715)
When creating a project without ITs, we don't generate the ITs module so we shouldn't reference it in the parent POM. Fixes quarkusio#37216
Describe the bug
running:
mvn io.quarkus.platform:quarkus-maven-plugin:3.5.2:create-extension -N -DgroupId=io.quarkiverse.code-server -DextensionId=code-server -DwithoutTests
as documented in https://quarkus.io/guides/building-my-first-extension results in the project build failing:
Expected behavior
that getting started docs does not suggest create project that does not build :)
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: