Hi,

I customized MVN_HOME/conf/settings.xml's localRepository tag To manage
maven local jars.

<localRepository>F:/Java/maven-build/.m2/repository</localRepository>

However when I build Spark with SBT, it seems that it still gets the
default .m2 repository under

Path.userHome + "/.m2/repository"

How should I let SBT pick up my customized localRepository instead?

Thanks,
Qiuzhuang

Reply via email to