You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2022/12/26 13:50:26 UTC

[myfaces] branch main updated: Updated Quarkus YAML based on 2.3-next changes

This is an automated email from the ASF dual-hosted git repository.

melloware pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/main by this push:
     new 51f0efcbb Updated Quarkus YAML based on 2.3-next changes
51f0efcbb is described below

commit 51f0efcbb2676e1787e31dedc77bf8410c12da23
Author: Melloware <me...@gmail.com>
AuthorDate: Mon Dec 26 08:50:22 2022 -0500

    Updated Quarkus YAML based on 2.3-next changes
---
 .../runtime/src/main/resources/META-INF/quarkus-extension.yaml   | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/extensions/quarkus/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/quarkus/runtime/src/main/resources/META-INF/quarkus-extension.yaml
index ff01e7215..9aa17e5bf 100644
--- a/extensions/quarkus/runtime/src/main/resources/META-INF/quarkus-extension.yaml
+++ b/extensions/quarkus/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -18,13 +18,16 @@
 #
 
 ---
-name: "MyFaces"
+name: "MyFaces Core"
+description: "MyFaces Core is a JSF / Faces implementation which also provides a Quarkus integration."
 metadata:
   keywords:
   - "JSF"
-  - "Faces"
   - "Java Server Faces"
-  guide: "https://github.com/apache/myfaces"
+  - "Faces"
+  - "Jakarta Faces"
+  guide: "https://myfaces.apache.org/#/coregettingstarted?id=quarkus"
   categories:
   - "web"
   status: "stable"
+