No you can't download it directly from the plugin repository until a new release is deployed. You need to get a snapshoth from svn. You just need to use a typical svn client like Eclipse for exemple. Just open the CVS perspective and add a new repository location with the following url http://svn.apache.org/repos/asf/maven/components/trunk/. Then import (check out) maven-archetypes/maven-archetype-j2ee/ head module and install it.
On 12/21/05, Valerio Schiavoni <[EMAIL PROTECTED]> wrote: > Hello Alexandre, > > 2005/12/22, Alexandre Poitras <[EMAIL PROTECTED]>: > > > > just to check out the j2ee archetype > > > how can I do this? > is it possible using the m2 eclipse plugin? (the one from mergere) > > thanks, > valerio > > and the do a regular maven > > install, i.e. run the command "mvn install" in the directory where the > > pom.xml file is located. I am not sure of this because I have never done > > it > > with an actual archetype but everything having a pom.xml file usually > > works > > the same way. Enjoy the magic of Maven :) > > > > On 12/21/05, Mick Knutson <[EMAIL PROTECTED]> wrote: > > > > > > How can I just create the j2ee archetype from > > > > > > > > http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk/maven-archetypes/maven-archetype-j2ee/?rev=358420 > > > onto my local machine? > > > > > > > > > > > -------------------------------------------------------------------------------- > > > Thanks > > > Mick Knutson > > > > > > http://www.BASELogic.com > > > http://www.MickKnutson.com > > > > > > MSN Messenger: [EMAIL PROTECTED] > > > > > > > > -------------------------------------------------------------------------------- > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- > > Alexandre Poitras > > Québec, Canada > > > > > > > -- > To Iterate is Human, to Recurse, Divine > James O. Coplien, Bell Labs > > -- Alexandre Poitras Québec, Canada --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
