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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]