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

New page:
Here is an excellent article on Maven2, which does a better job of explaining 
things than anything I could find on the Maven2 site: 
[http://www.devx.com/Java/Article/28801/0/page/1 Maven 2.0: Enterprise Peace of 
Mind Is All Part of the Package]

== 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

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

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

Reply via email to