Author: rfscholte
Date: Wed Mar 14 19:30:17 2012
New Revision: 1300694
URL: http://svn.apache.org/viewvc?rev=1300694&view=rev
Log:
Adjust default value of localRepository in xml-comment
Issue id: MNG-5258
Modified:
maven/maven-3/trunk/apache-maven/src/conf/settings.xml
Modified: maven/maven-3/trunk/apache-maven/src/conf/settings.xml
URL:
http://svn.apache.org/viewvc/maven/maven-3/trunk/apache-maven/src/conf/settings.xml?rev=1300694&r1=1300693&r2=1300694&view=diff
==============================================================================
--- maven/maven-3/trunk/apache-maven/src/conf/settings.xml (original)
+++ maven/maven-3/trunk/apache-maven/src/conf/settings.xml Wed Mar 14 19:30:17
2012
@@ -49,7 +49,7 @@ under the License.
<!-- localRepository
| The path to the local repository maven will use to store artifacts.
|
- | Default: ~/.m2/repository
+ | Default: ${user.home}/.m2/repository
<localRepository>/path/to/local/repo</localRepository>
-->