-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from SolaceLabs/add-metadata
added artifact property in quarkus-extension yaml
- Loading branch information
Showing
2 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
quarkus-solace-client/runtime/src/main/resources/META-INF/quarkus-extension.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...kus-solace-messaging-connector/runtime/src/main/resources/META-INF/quarkus-extension.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |