Skip to content

Commit

Permalink
added artifact property in quarkus-extension yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SravanThotakura05 committed Jan 30, 2024
1 parent 3f4e6cc commit 95563ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: Solace
description: Solace Quarkus Extension for integrating with Solace PubSub+ message brokers. The extension provides the ability to publish or consume events from event mesh.
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: Solace Messaging Connector
description: Solace Quarkus Messaging Connector Extension for integrating with Solace PubSub+ message brokers with Reactive Messaging.
metadata:
keywords:
- "solace"
- "pubsubplus event broker"
- event driven integration
- reactive-solace
# 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
categories:
- "messaging"
status: "preview"
config:
- "mp.messaging."
- "quarkus.reactive-messaging."
- "quarkus.solace"

0 comments on commit 95563ae

Please sign in to comment.