Skip to content

Commit

Permalink
fix: extension metadata updated
Browse files Browse the repository at this point in the history
  • Loading branch information
chberger committed Nov 21, 2023
1 parent c5f54b8 commit 494cb9c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions runtime/src/main/resources/META-INF/quarkus-extension.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
name: "WireMock"
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: Wiremock
description: WireMock DevService for dev and test mode
description: WireMock DevService for tests and local development
metadata:
short-name: "wiremock"
keywords:
- wiremock
- wiremock-server
- test
- mock
categories:
- "testing"
- "miscellaneous"
status: "preview"

0 comments on commit 494cb9c

Please sign in to comment.