About Repository
- Repository是Mavean存放套件的地方,若是機器上沒有套件,
maven會自動下載下來,存放於本機空間中。 - 預設路徑是,${user.home}/.m2/repository。
- 設定檔在,apache-maven-3.2.2\conf\settings.xml
更改repository路徑:
- 打開settings.xml
- 找到
<!-- localRepository
| The path to the local repository maven will use to store artifacts.
|
| Default: ${user.home}/.m2/repository
<localRepository>/path/to/local/repo</localRepository>
--> - 在註解下載加入
<localRepository>D:\\tools\\maven-repo</localRepository>
mavean系列:
參考文件:
- maven settings.xml檔設說明文件
沒有留言:
張貼留言