mirror of https://github.com/apache/maven.git
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:
parent
8d90d7cabc
commit
14484e3131
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue