o Fixed non-wellformed XML comment

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@726737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-12-15 16:47:08 +00:00
parent 8d90d7cabc
commit 14484e3131
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ under the License.
| |
| NOTE: This location can be overridden with the CLI option: | NOTE: This location can be overridden with the CLI option:
| |
| --settings /path/to/user/settings.xml | -s /path/to/user/settings.xml
| |
| 2. Global Level. This settings.xml file provides configuration for all Maven | 2. Global Level. This settings.xml file provides configuration for all Maven
| users on a machine (assuming they're all using the same Maven | users on a machine (assuming they're all using the same Maven
@ -34,7 +34,7 @@ under the License.
| |
| NOTE: This location can be overridden with the CLI option: | NOTE: This location can be overridden with the CLI option:
| |
| --global-settings /path/to/global/settings.xml | -gs /path/to/global/settings.xml
| |
| The sections in this sample file are intended to give you a running start at | The sections in this sample file are intended to give you a running start at
| getting the most out of your Maven installation. Where appropriate, the default | getting the most out of your Maven installation. Where appropriate, the default