You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Apache Wiki <wi...@apache.org> on 2005/10/11 00:29:15 UTC

[Maven Wiki] Update of "Maven2Info" by EdwinPark

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

------------------------------------------------------------------------------
  
  === Various bugfixes and info for getting custom plugins to work ===
  
- This information applies to Maven2 beta 2
+ This information applies to Maven2 beta 3
  
  Use the following archetype command to create a starter plugin project:
  
    {{{m2 archetype:create -DgroupId=com.mystuff -DartifactId=foo-maven-plugin -DpackageName=com.mystuff.myplugin -DarchetypeArtifactId=maven-archetype-mojo}}}
  
- Note: 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-2.
+ Note: 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-3.
  
  By default, the goal names will be foo:*, based on the artifactId. To use a different prefix, set the prefix configuration parameter for maven-plugin-plugin on your project.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org