mirror of https://github.com/apache/maven.git
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:
parent
78d46ab057
commit
920c3d3060
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue