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

easy way to add dependencies which aren't in a public maven repo #108

Open
mjg123 opened this issue Nov 28, 2017 · 1 comment
Open

easy way to add dependencies which aren't in a public maven repo #108

mjg123 opened this issue Nov 28, 2017 · 1 comment

Comments

@mjg123
Copy link

mjg123 commented Nov 28, 2017

Whenever I want to write a function which depends on a jar that isn't in a public maven repo it's a pain. I end up creating a custom Dockerfile with something like:

COPY deps /usr/share/maven/ref/repository

to pre-seed the in-image maven repo cache with stuff I am working on right now. This could actually be in the boilerplate, no?

@panga
Copy link

panga commented Jun 23, 2018

@mjg123 why not use maven install-file plugin ?

http://www.baeldung.com/install-local-jar-with-maven/

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

2 participants