You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/12/15 17:47:08 UTC

svn commit: r726737 - /maven/components/trunk/maven-distribution/src/conf/settings.xml

Author: bentmann
Date: Mon Dec 15 08:47:08 2008
New Revision: 726737

URL: http://svn.apache.org/viewvc?rev=726737&view=rev
Log:
o Fixed non-wellformed XML comment

Modified:
    maven/components/trunk/maven-distribution/src/conf/settings.xml

Modified: maven/components/trunk/maven-distribution/src/conf/settings.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-distribution/src/conf/settings.xml?rev=726737&r1=726736&r2=726737&view=diff
==============================================================================
--- maven/components/trunk/maven-distribution/src/conf/settings.xml (original)
+++ maven/components/trunk/maven-distribution/src/conf/settings.xml Mon Dec 15 08:47:08 2008
@@ -25,7 +25,7 @@
  |
  |                 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
  |                 users on a machine (assuming they're all using the same Maven
@@ -34,7 +34,7 @@
  |
  |                 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
  | getting the most out of your Maven installation. Where appropriate, the default