add a note to avoid confusion about where to run it

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@191817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-06-22 12:24:28 +00:00
parent 78d46ab057
commit 920c3d3060
1 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,10 @@
Note that executing any stage in the lifecycle will execute all of the preceding ones, so you need only run:
</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>