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

Ability to omit (GPL) dependency from compilation #65

Open
liontiger23 opened this issue Nov 27, 2017 · 0 comments
Open

Ability to omit (GPL) dependency from compilation #65

liontiger23 opened this issue Nov 27, 2017 · 0 comments

Comments

@liontiger23
Copy link

It would be great if plugin was capable of removing dependency from compilation, while keeping it in application's classpath, so it can be packaged alongside the application and loaded at run time.
This can be used to distribute GPL and LGPL dependencies until proper support for LGPL jars in JET.

Currently to achieve the same result you will have to exclude the GPL dependency from all other dependencies (the easiest way is probably to create an uber jar and exclude GPL packages from it), and then explicitly package necessary jars using the <packagePath> parameter of the <dependency> configuration.

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

No branches or pull requests

1 participant