Adjust default value of localRepository in xml-comment

Issue id: MNG-5258


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1300694 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Scholte 2012-03-14 19:30:17 +00:00
parent 003853ae35
commit ecb64a623a
1 changed files with 1 additions and 1 deletions

View File

@ -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>
-->