You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: