Skip to content

Commit

Permalink
chore: improve extension metadata (#170)
Browse files Browse the repository at this point in the history
Adds SCM info and link to Vaadin logo to the extension metadata
to be shown on https://quarkus.io/extensions.

Fixes #162
  • Loading branch information
mcollovati authored Sep 9, 2024
1 parent f4fedd7 commit b9039bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
<packaging>pom</packaging>

<name>Vaadin Quarkus - Parent</name>
<scm>
<connection>scm:git:[email protected]:vaadin/quarkus.git</connection>
<developerConnection>scm:git:[email protected]:vaadin/quarkus.git</developerConnection>
<url>https://github.com/vaadin/quarkus</url>
<tag>HEAD</tag>
</scm>

<modules>
<module>deployment</module>
Expand Down
1 change: 1 addition & 0 deletions runtime/src/main/resources/META-INF/quarkus-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
- flow
- web
guide: "https://vaadin.com/docs/latest/flow/integrations/quarkus"
icon-url: "https://vaadin.com/images/trademark/PNG/VaadinLogomark_RGB_500x500.png"
categories:
- "web"
status: "stable"
Expand Down

0 comments on commit b9039bd

Please sign in to comment.