Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Maven Wiki" for change 
notification.

The following page has been changed by EdwinPark:
http://wiki.apache.org/maven/Maven2Info

------------------------------------------------------------------------------
  == Plugin tips and caveats ==
  Various bugfixes for getting the example plugins to work:
  
-   m2 archetype:create -DgroupId=com.mystuff -DartifactId=myplugin 
-DpackageName=com.mystuff.myplugin -DarchetypeArtifactId=maven-archetype-mojo
+   {{{m2 archetype:create -DgroupId=com.mystuff -DartifactId=myplugin 
-DpackageName=com.mystuff.myplugin -DarchetypeArtifactId=maven-archetype-mojo}}}
  
  The current mojo archetype creates a dependency in the pom.xml for 
maven-plugin-api version 2.0-beta-1-SNAPSHOT, which does not exist. Change this 
to 2.0-beta-1.
  
  After installing the plugin, if you get errors saying unable to find RELEASE 
version, try the following:
  
-   m2 install -DupdateReleaseInfo=true
+   {{{m2 install -DupdateReleaseInfo=true}}}
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to