Skip to content

Commit

Permalink
Merge pull request #25350 from ynojima/patch-3
Browse files Browse the repository at this point in the history
Correct typo in writing-extensions.adoc
  • Loading branch information
gsmet authored May 4, 2022
2 parents 0c68748 + 3d6b2ea commit 411d937
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 @@ -3125,7 +3125,7 @@ Before publishing your extension to the xref:tooling.adoc[Quarkus tooling], make

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

Please sign in to comment.