Change Maven local repository path

Open Maven

conf/settings.xml

The path is specified in

Default path is : ~/.m2/repository

You can change it something like below in Windows based systems

<localRepository>K:/MavenRepository/repository</localRepository>

http://www.mkyong.com/maven/where-is-maven-local-repository/

No comments:

Post a Comment

Please share your views and comments below.

Thank You.