fdk-java icon indicating copy to clipboard operation
fdk-java copied to clipboard

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

Open mjg123 opened this issue 8 years ago • 1 comments

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?

mjg123 avatar Nov 28 '17 15:11 mjg123

@mjg123 why not use maven install-file plugin ?

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

panga avatar Jun 23 '18 17:06 panga