You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nmaven-commits@incubator.apache.org by si...@apache.org on 2007/06/07 17:43:09 UTC

svn commit: r545249 - /incubator/nmaven/www/getting-started.html

Author: sisbell
Date: Thu Jun  7 10:43:08 2007
New Revision: 545249

URL: http://svn.apache.org/viewvc?view=rev&rev=545249
Log:
Small website update.

Modified:
    incubator/nmaven/www/getting-started.html

Modified: incubator/nmaven/www/getting-started.html
URL: http://svn.apache.org/viewvc/incubator/nmaven/www/getting-started.html?view=diff&rev=545249&r1=545248&r2=545249
==============================================================================
--- incubator/nmaven/www/getting-started.html (original)
+++ incubator/nmaven/www/getting-started.html Thu Jun  7 10:43:08 2007
@@ -222,7 +222,7 @@
         </pluginRepository>
       </pluginRepositories>
     </profile>
-  </profiles>
</pre></div><p>Now <a href="getting-started.html#Creating a Simple Project">Create a Simple Project</a>. To build,</p><div class="source"><pre>mvn install
</pre></div></div></div><div class="section"><h3><a name="Creating a Simple Project">Creating a Simple Project</a></h3><p>To create a simple project:</p><div class="source"><pre> mvn archetype:create -DgroupId=&lt;&lt;myGroupid&gt;&gt;                               \
+  &lt;/profiles&gt;
</pre></div><p>Now <a href="getting-started.html#Creating a Simple Project">Create a Simple Project</a>. To build,</p><div class="source"><pre>mvn install -DinstallGacDependencies=true
</pre></div><p>You only need the -DinstallGacDependencies=true option the first time you use NMaven. </p></div></div><div class="section"><h3><a name="Creating a Simple Project">Creating a Simple Project</a></h3><p>To create a simple project:</p><div class="source"><pre> mvn archetype:create -DgroupId=&lt;&lt;myGroupid&gt;&gt;                               \
                       -DartifactId=&lt;&lt;myArtifactId&gt;&gt;                         \
                       -DarchetypeArtifactId=maven-archetype-dotnet-simple \
                       -DarchetypeGroupId=org.apache.maven.dotnet          \