Maven学习第三天-仓库

1.设置本地仓库的目录:

在settings.xml文件中设置:

<settings>

        <localRepository>path</localRepository>

</settings>

你可能感兴趣的:(maven)