Yes, localRepository is now under settings.
Emmanuel
Anatol Pomozov wrote:
I try to build maven2 from sources. But seems that my current
configuration in ~/.m2/settings.xml does not affects to m2-bootstrap.
Bootstrat process tries to redownload all dependencied to
~/.m2/repository.
Two weeks ago following settings.xml have worked. Do I miss changes in
config file???
<settings>
<profiles>
<profile>
<active>true</active>
<localRepository>/opt/develop/m2-repository</localRepository>
</profile>
</profiles>
</settings>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]