Re: [maven]Problem with settings.xml

2007-10-01 Thread Tim Kettler
zhongliang zhang schrieb: So,if I did not create manually,it will use the ${MAVEN_HOME}\conf\settings.xml by default,is it right? It is used even when you create a private settings.xml in ~/.m2. The content of the two files is merged, with settings in your private one taking precedence.

[maven]Problem with settings.xml

2007-09-29 Thread zhongliang zhang
I get the information from the maven site like the following: You can specify your user configuration in ${user.home}/.m2/settings.xml . But I can not find such file in my system,the os of my system is windows,so it should be located at c:\document and settings\administrator\.m2\settings.xml when

Re: [maven]Problem with settings.xml

2007-09-29 Thread Tim Kettler
Hi, You have to create it by hand if you want to configure something. As it would be empty by default it is just not created automatically. -Tim zhongliang zhang schrieb: I get the information from the maven site like the following: You can specify your user configuration in

Re: [maven]Problem with settings.xml

2007-09-29 Thread zhongliang zhang
So,if I did not create manually,it will use the ${MAVEN_HOME}\conf\settings.xml by default,is it right? In addition,I set the following property in the settings.xml localRepositoryC:/maven-2.0.7/sample/.m2/repository/localRepository so,the local repository will be changed to the directory