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

DBZ-5925 package 'standalone' connector tar/zip archive in assembly profile #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

keriharris
Copy link
Contributor

No description provided.

@keriharris
Copy link
Contributor Author

This PR is a POC used to help ongoing discussion in https://issues.redhat.com/browse/DBZ-5925. Until there is consensus in DBZ-5925 it should be considered only tentative.

@@ -265,6 +265,21 @@
<tarLongFileMode>posix</tarLongFileMode>
</configuration>
</execution>
<execution>
Copy link
Contributor

Choose a reason for hiding this comment

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

@keriharris @smiklosovic
How about using maven-shade-plugin? The fatjar can be created with it but it provides an option to exclude a set of dependencies. That way we can get both fatjar with the necessary dependencies and the tar.gz as well. WDYT?

Copy link
Member

Choose a reason for hiding this comment

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

@jpechane worth to investigate and compare the results!

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