Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor maven-assembly-plugin so no uber jar is created. #27

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

OwenCorrigan76
Copy link
Contributor

This PR aims to deal with the following issue #24.
Previously, metrics-reporter-1.0.0-SNAPSHOT-jar-with-dependencies.jar was created with maven-assembly-plugin. To keep in line with other Strimzi projects, it was decided to create a dist.xml file and then normally produce the regular JARs and if needed a ZIP / TGZ archive with all the required dependencies.

Signed-off-by: Owen <owencorrigan76@gmail.com>
@scholzj scholzj added this to the 0.1.0 milestone Jun 27, 2024
Copy link
Member

@scholzj scholzj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nit. LGTM otherwise.

README.md Outdated
@@ -9,7 +9,7 @@ The implementation is currently still in progress.
## Build

```shell
mvn package assembly:single
mvn package
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
mvn package
mvn package

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Signed-off-by: Owen <owencorrigan76@gmail.com>
Copy link
Contributor

@mimaison mimaison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the PR

@mimaison mimaison merged commit 5d5c3b2 into strimzi:main Jun 27, 2024
7 checks passed
This pull request was closed.
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.

3 participants