Skip to content

Fix maven jar plugin configuration for deploying test jar#26

Merged
kaushalaroraharman merged 1 commit into
mainfrom
fix/maint-25-maven-jar-plugin-configuration
May 13, 2025
Merged

Fix maven jar plugin configuration for deploying test jar#26
kaushalaroraharman merged 1 commit into
mainfrom
fix/maint-25-maven-jar-plugin-configuration

Conversation

@kaushalaroraharman
Copy link
Copy Markdown
Contributor

Resolves #25


Describe behaviour before the change

  • Test JAR for streambase was not being deployed. Streambase needs to deploy a test JAR, which contains base test classes for starting embedded Kafka and Redis, and also for publishing and receiving messages from the embedded Kafka. This is used by other components which are integrating streambase to write integration test suites.

Describe behaviour after the change

  • Test JAR will be deployed now when release streambase library.

Pull request checklist

  • I have read the CONTRIBUTING.md
  • My code follows the code style of this project
  • Tests for the changes have been added (for bug fixes / features)
  • All new and existing tests passed.
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

  • Yes
  • No

@kaushalaroraharman kaushalaroraharman merged commit 0bd1248 into main May 13, 2025
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[MAINT]: Test JAR with embedded servers not being deployed on maven central

1 participant