Skip to content

Commit

Permalink
doc: mention registration is per extension not per repo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Jan 8, 2024
1 parent ba97483 commit e7cdc2f
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 e7cdc2f

Please sign in to comment.