You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2020/04/22 13:09:20 UTC

[myfaces] branch master updated: added quarkus extension yaml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 63a0700  added quarkus extension yaml
63a0700 is described below

commit 63a070075369bacfb50099a23db797446ff7f9ef
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Wed Apr 22 15:09:09 2020 +0200

    added quarkus extension yaml
---
 .../src/main/resources/META-INF/quarkus-extension.yaml        | 11 +++++++++++
 1 file changed, 11 insertions(+)

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
new file mode 100644
index 0000000..46bb22a
--- /dev/null
+++ b/extensions/quarkus/runtime/src/main/resources/META-INF/quarkus-extension.yaml
@@ -0,0 +1,11 @@
+---
+name: "MyFaces"
+metadata:
+  keywords:
+  - "JSF"
+  - "Faces"
+  - "Java Server Faces"
+  guide: "https://github.com/apache/myfaces"
+  categories:
+  - "web"
+  status: "experimental"