You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/22 14:24:28 UTC

svn commit: r191817 - /maven/components/trunk/maven-site/src/site/xdoc/getting-started.xml

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org