On Thu, Jul 2, 2020 at 8:07 AM Benchu Yao <[email protected]> wrote:
> Dockerfile use official maven image for the build, due to network problems, > every time I need to download the maven dependency package for a long time. > Can I use the local maven repository to cache java dependency packages, > what should I do? > > Maven automatically caches everything locally, so you shouldn't need to build this out manually. If you have further questions about Maven you might try the Maven support resources - you're likely to find better help for it, there: http://maven.apache.org/mailing-lists.html -Nick
