修改eclipse中M2_REPO變量值

Classpath Variables 中沒有 M2_REPO 時,使用 New 發現新增不上。spa

image

 

Eclipse 裏的 Maven 會去讀 User Home 裏的 Maven 配置文件 settings.xml,預設是沒有這個文檔的,因此會使用默認的位置 ${user.home}/.m2/repository。xml

image

settings.xml 配置文件裏面有個 localRepository  標籤,更改你想要的地址就能夠了。blog

 

Maven 3能夠不配置這個變量,也能夠發現項目下面的  Maven 包也是正常的。ip

image

 

終極解決辦法:Eclipse 重裝。文檔

相關文章
相關標籤/搜索