Author: epunzalan Date: Mon Jun 19 02:52:21 2006 New Revision: 415272 URL: http://svn.apache.org/viewvc?rev=415272&view=rev Log: PR: MNG-1843
Added the change directory procedure in the steps for compiling a project. Modified: maven/site/trunk/src/site/apt/guides/getting-started/index.apt Modified: maven/site/trunk/src/site/apt/guides/getting-started/index.apt URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/getting-started/index.apt?rev=415272&r1=415271&r2=415272&view=diff ============================================================================== --- maven/site/trunk/src/site/apt/guides/getting-started/index.apt (original) +++ maven/site/trunk/src/site/apt/guides/getting-started/index.apt Mon Jun 19 02:52:21 2006 @@ -231,7 +231,8 @@ * {How do I compile my application sources?} - Execute the following command to compile your application sources: + Change to the directory where pom.xml is created by archetype:create and execute the following command to compile + your application sources: +-----+