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

Tracking reduction in jar size #144

Open
hazendaz opened this issue Apr 9, 2024 · 3 comments
Open

Tracking reduction in jar size #144

hazendaz opened this issue Apr 9, 2024 · 3 comments
Assignees
Labels

Comments

@hazendaz
Copy link
Member

hazendaz commented Apr 9, 2024

Added non-Eclipse libraries as transitive dependencies instead of embed them into the jar

@ctubbsii
Copy link
Member

Would it be possible to make all dependencies transitive ones, and remove the tycho aspect to convert this into a simple Maven project?

@hazendaz
Copy link
Member Author

I believe so. The more I've messed with this the more its clear to me that we may not need the tycho stuff at all. The artifacts I have being included are all in central. My thinking was get it as close to what works for all first then try to see if we can just flip it over and dump the complexity out of it.

@hazendaz
Copy link
Member Author

@ctubbsii Guess this was what you were referring to possibly on trying to address. Its definitely tricky with this and overly complicated :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants