spring-attic / top-spring-boot-docker

Spring Boot Docker:: Topical guide to using Docker and how to create container images for Spring Boot applications :: spring-boot

Home Page:https://spring.io/guides/topicals/spring-boot-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suggestion: add a note about `mvn dependency:go-offline`

matsev opened this issue · comments

Suggestion: add a note about how the maven-dependecy-plugin's go-offline goal can be leveraged to download and cache maven dependencies in a multi-stage Docker build environment.

We try to keep the guides as simple as possible, and we're really trying to keep the focus on Spring rather than Docker, so this idea would take us in a direction we don't want to go. Thanks, though.