Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/src/main/asciidoc/extension-authors-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ modules if you want to use functionality provided by them. You will also need to
to write out the needed runtime dependencies, if you are using the Quarkus parent pom it will automatically
inherit the correct configuration.

Note that at present by convention the runtime artifact will have the `-runtime` suffix, and the deployment time artifact
has no suffix (and is what the end user adds to their project). In the near future this will change, so the `-runtime`
artifact will loose its suffix, and the deployment time artifacts will have one added.

[source%nowrap,xml]
----

Expand Down