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

Bundle all "compile" dependencies into a fat jar bundle #71

Open
shumy opened this issue Mar 17, 2017 · 0 comments
Open

Bundle all "compile" dependencies into a fat jar bundle #71

shumy opened this issue Mar 17, 2017 · 0 comments

Comments

@shumy
Copy link

shumy commented Mar 17, 2017

Is it possible to build a fat jar with all transitive dependencies (conflicts resolved similar to maven), and select just the packages that I need to export for my plugin architecture?
No matter what I try, I always get in trouble with dependency resolution, last one was about "Invalid syntax for version" when generating the manifest for "raml-parser-2".
I will rather prefer to build a core bundle with all that I need, and skip this bunch of problems. I know this is not very good OSGi paradigm, I don't care!

PS: I'm working also with com.athaydes.osgi-run plugin

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