You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/02/16 03:07:38 UTC

svn commit: r378140 - /maven/site/trunk/src/site/apt/guides/plugin/guide-java-plugin-development.apt

Author: brett
Date: Wed Feb 15 18:07:35 2006
New Revision: 378140

URL: http://svn.apache.org/viewcvs?rev=378140&view=rev
Log:
clarify location of settings

Modified:
    maven/site/trunk/src/site/apt/guides/plugin/guide-java-plugin-development.apt

Modified: maven/site/trunk/src/site/apt/guides/plugin/guide-java-plugin-development.apt
URL: http://svn.apache.org/viewcvs/maven/site/trunk/src/site/apt/guides/plugin/guide-java-plugin-development.apt?rev=378140&r1=378139&r2=378140&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/plugin/guide-java-plugin-development.apt (original)
+++ maven/site/trunk/src/site/apt/guides/plugin/guide-java-plugin-development.apt Wed Feb 15 18:07:35 2006
@@ -187,7 +187,7 @@
   In order to shorten the amount of typing needed on the command line,
   you will need to add your plugin's group ID to the list of group IDs
   searched by default.  To do this, you need to add the following to
-  your <<<settings.xml>>> file:
+  your <<<$\{user.home\}/.m2/settings.xml>>> file:
 
 +----+
 <pluginGroups>