Skip to content

Commit

Permalink
Merge pull request #38310 from marcelstoer/patch-1
Browse files Browse the repository at this point in the history
Add note about the two quarkus-extension files
  • Loading branch information
aloubyansky authored Jan 20, 2024
2 parents 710077e + b293972 commit 1c36740
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/main/asciidoc/extension-metadata.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ include::_attributes.adoc[]
Quarkus extensions are distributed as Maven JAR artifacts that application and other libraries may depend on. When a Quarkus application project is built, tested or edited using the Quarkus dev tools, Quarkus extension JAR artifacts will be identified on the application classpath by the presence of the Quarkus extension metadata files in them.
This document describes the purpose of each Quarkus extension metadata file and its content.

IMPORTANT: Two of the metadata files have the same name but different extensions, `quarkus-extension.yaml` and `quarkus-extension.properties`. It is easy to mix them up, be careful. You will usually edit the YAML file and track it in your SCM. While you _can_ manually manage the properties file, Quarkus will generated it at build if you don't.

[[quarkus-extension-yaml]]
== META-INF/quarkus-extension.yaml

Expand Down

0 comments on commit 1c36740

Please sign in to comment.