Hi, I want to store our dependencies into SCM. There maybe other better ways. The way that I see is some how change the maven's local repository to point to somewhere in the source tree. But the local repository path has to be an absolute path, that will not work because different developer have different local working copies. Is there a way to specify the local repository to be a relative path to the mvn binary?
Thanks.
