0
有什麼方法可以直接在目標文件夾中下載依賴關係,而無需更改settings.xml中的localrepository?下載目標文件夾中的依賴關係
有什麼方法可以直接在目標文件夾中下載依賴關係,而無需更改settings.xml中的localrepository?下載目標文件夾中的依賴關係
您可以使用maven-dependency-plugin。例如,看看https://maven.apache.org/plugins/maven-dependency-plugin/examples/copying-project-dependencies.html。
爲什麼你想這樣做? – khmarbaise