Skip to content

Commit 1eb077b

Browse files
Merge pull request #45 from SolaceLabs/add-metadata
added artifact property in quarkus-extension yaml
2 parents 3f4e6cc + 95563ae commit 1eb077b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

quarkus-solace-client/runtime/src/main/resources/META-INF/quarkus-extension.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
artifact: ${project.groupId}:${project.artifactId}:${project.version}
12
name: Solace
23
description: Solace Quarkus Extension for integrating with Solace PubSub+ message brokers. The extension provides the ability to publish or consume events from event mesh.
34
metadata:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1+
artifact: ${project.groupId}:${project.artifactId}:${project.version}
12
name: Solace Messaging Connector
23
description: Solace Quarkus Messaging Connector Extension for integrating with Solace PubSub+ message brokers with Reactive Messaging.
34
metadata:
45
keywords:
56
- "solace"
67
- "pubsubplus event broker"
8+
- event driven integration
9+
- reactive-solace
710
# guide: https://quarkiverse.github.io/quarkiverse-docs/solace/dev/ # To create and publish this guide, see https://github.com/quarkiverse/quarkiverse/wiki#documenting-your-extension
811
categories:
912
- "messaging"
1013
status: "preview"
1114
config:
1215
- "mp.messaging."
1316
- "quarkus.reactive-messaging."
17+
- "quarkus.solace"

0 commit comments

Comments
 (0)