diff --git a/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 628edde..a405e0c 100644 --- a/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -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" \ No newline at end of file