From a4bcd8ee6faeaeea0de2e4dfd5fb63c1ab9f66d2 Mon Sep 17 00:00:00 2001 From: Holly Cummins Date: Thu, 19 Oct 2023 15:56:55 +0100 Subject: [PATCH] Add information about new sponsor field --- docs/src/main/asciidoc/extension-metadata.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/extension-metadata.adoc b/docs/src/main/asciidoc/extension-metadata.adoc index 738c463a5be09..9b6f7ca09cf6a 100644 --- a/docs/src/main/asciidoc/extension-metadata.adoc +++ b/docs/src/main/asciidoc/extension-metadata.adoc @@ -103,13 +103,15 @@ description: "A Jakarta REST implementation utilizing build time processing and \ the extensions that depend on it." <4> scm: url: "https://github.com/quarkusio/quarkus" <5> +sponsor: A Sponsoring Organisation <6> ---- <1> Quarkus version the extension was built with <2> https://quarkus.io/guides/capabilities[Capabilities] this extension provides <3> Direct dependencies on other extensions <4> Description that can be displayed to users. In this case, the description was copied from the `pom.xml` of the extension module but it could also be provided in the template file. -<5> The source code repository of this extension. In GitHub Actions builds, it will be determined automatically. For other GitHub repositories, it can be controlled by setting a `GITHUB_REPOSITORY` environment variable. +<5> The source code repository of this extension. Optional, and will often be set automatically. In GitHub Actions builds, it will be inferred from the CI environment. For other GitHub repositories, it can be controlled by setting a `GITHUB_REPOSITORY` environment variable. +<6> The sponsor(s) of this extension. Optional, and will sometimes be determined automatically from commit history. [[quarkus-extension-properties]] == META-INF/quarkus-extension.properties