Skip to content

Commit

Permalink
Merge pull request #38093 from maxandersen/noteaboutrepos
Browse files Browse the repository at this point in the history
doc: mention registration is per extension not per repo
  • Loading branch information
gastaldi authored Jan 9, 2024
2 parents ba97483 + e7cdc2f commit c8c484f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/asciidoc/writing-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3051,5 +3051,7 @@ group-id: <YOUR_EXTENSION_RUNTIME_GROUP_ID>
artifact-id: <YOUR_EXTENSION_RUNTIME_ARTIFACT_ID>
----

NOTE: When your repository contains multiple extensions, you need to create a separate file for each individual extension, not just one file for the entire repository.

That's all. Once the pull request is merged, a scheduled job will check Maven Central for new versions and update the xref:extension-registry-user.adoc[Quarkus Extension Registry].

0 comments on commit c8c484f

Please sign in to comment.