You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2014/12/10 21:49:17 UTC

svn commit: r1644519 - /maven/site/trunk/content/apt/guides/getting-started/index.apt

Author: rfscholte
Date: Wed Dec 10 20:49:17 2014
New Revision: 1644519

URL: http://svn.apache.org/r1644519
Log:
create simplest Maven project with archetype in batchmode, so you don't get that long list

Modified:
    maven/site/trunk/content/apt/guides/getting-started/index.apt

Modified: maven/site/trunk/content/apt/guides/getting-started/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/getting-started/index.apt?rev=1644519&r1=1644518&r2=1644519&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/getting-started/index.apt (original)
+++ maven/site/trunk/content/apt/guides/getting-started/index.apt Wed Dec 10 20:49:17 2014
@@ -111,7 +111,7 @@ Sections
  the command line:
 
 +-----+
-mvn archetype:generate \
+mvn -B archetype:generate \
   -DarchetypeGroupId=org.apache.maven.archetypes \
   -DgroupId=com.mycompany.app \
   -DartifactId=my-app