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

How can I load the jar package inside the thin jar #127

Closed
xtaetg opened this issue Jan 16, 2020 · 4 comments
Closed

How can I load the jar package inside the thin jar #127

xtaetg opened this issue Jan 16, 2020 · 4 comments

Comments

@xtaetg
Copy link

xtaetg commented Jan 16, 2020

If I put the jars generated by the submodules into a thin jar (third-party jars are still placed outside), how can I load the jars generated by these submodules when starting the thin jar

@dsyer
Copy link
Collaborator

dsyer commented Feb 14, 2020

You just need them to be in a maven repository. Can be the local cache. What did you try that didn't work? There's a sample in this project that works for instance.

@dsyer
Copy link
Collaborator

dsyer commented Apr 8, 2020

Possible duplicate of #15?

@dsyer dsyer closed this as completed Apr 8, 2020
@dsyer dsyer added the duplicate label Apr 8, 2020
@xtaetg
Copy link
Author

xtaetg commented May 15, 2020

I dont't want to put them in my maven repository. When I upgrade my programe,I just need to provide only one jar to my customer, otherwise I need to provider more jars and a script to put them into the maven local cache. thanks.

@dsyer
Copy link
Collaborator

dsyer commented May 15, 2020

Definitely a duplicate then, but the context is useful, thanks.

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

No branches or pull requests

2 participants