You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2013/01/02 23:26:05 UTC

svn commit: r1428090 - /maven/site/trunk/content/apt/guides/plugin/guide-java-plugin-development.apt

Author: olamy
Date: Wed Jan  2 22:26:05 2013
New Revision: 1428090

URL: http://svn.apache.org/viewvc?rev=1428090&view=rev
Log:
fix archetype

Modified:
    maven/site/trunk/content/apt/guides/plugin/guide-java-plugin-development.apt

Modified: maven/site/trunk/content/apt/guides/plugin/guide-java-plugin-development.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/plugin/guide-java-plugin-development.apt?rev=1428090&r1=1428089&r2=1428090&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/plugin/guide-java-plugin-development.apt (original)
+++ maven/site/trunk/content/apt/guides/plugin/guide-java-plugin-development.apt Wed Jan  2 22:26:05 2013
@@ -271,7 +271,7 @@ mvn archetype:generate \
   -DgroupId=sample.plugin \
   -DartifactId=hello-maven-plugin \
   -DarchetypeGroupId=org.apache.maven.archetypes \
-  -DarchetypeArtifactId=maven-archetype-mojo
+  -DarchetypeArtifactId=maven-archetype-plugin
 +---+
 
 * {Parameters}