Author: brett
Date: Wed Jun 22 05:24:28 2005
New Revision: 191817

URL: http://svn.apache.org/viewcvs?rev=191817&view=rev
Log:
add a note to avoid confusion about where to run it

Modified:
    maven/components/trunk/maven-site/src/site/xdoc/getting-started.xml

Modified: maven/components/trunk/maven-site/src/site/xdoc/getting-started.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/xdoc/getting-started.xml?rev=191817&r1=191816&r2=191817&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/xdoc/getting-started.xml 
(original)
+++ maven/components/trunk/maven-site/src/site/xdoc/getting-started.xml Wed Jun 
22 05:24:28 2005
@@ -95,6 +95,10 @@
         </p>
         <source>m2 install</source>
         <p>
+          <b>Note:</b> if you are using the project you generated in the first 
step, make sure you are running this
+          command from inside the directory it created, where 
<code>pom.xml</code> resides.
+        </p>
+        <p>
           This will do all of the steps - generating sources, compiling, 
copying resources, packaging and finally installing.
         </p>
         <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to