Create an hermetic Maven build
问题 I'm preparing a workshop where they may be no Internet connection. Because of that, I'd like to provide every dependency/plugin of the project, so attendees can work on it, completely offline. I've got a basic Maven project with some dependencies and two plugins. First, I created an alternate local repository: mvn -Dmaven.repo.local=dependencies dependency:go-offline Then, I expected the following command to run fine, but it doesn't! And I some mentioned missing plugins are not available in