Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/writing-extensions.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
  • Loading branch information
gastaldi and gsmet committed Dec 8, 2021
1 parent e0d6ea5 commit bc61b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/writing-extensions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3123,7 +3123,7 @@ Before publishing your extension to the link:https://quarkus.io/guides/tooling[Q

* The `quarkus-extension.yaml` file (in the extension's `runtime/` module) has the minimum metadata set:
** `name`
** `description` (Otherwise set it in the `runtime/pom.xml`'s `<description>` element)
** `description` (unless you have it already set in the `runtime/pom.xml`'s `<description>` element, which is the recommended approach)

* Your extension is published in Maven Central

Expand Down

0 comments on commit bc61b7f

Please sign in to comment.