Maven2 and Spring

2007-01-23 Thread Khabot, Zakaria
Hi all, I have created a project using the command: mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=fr.tge.test -DartifactId=Test Witch goal should I execute to generate a web app implementing the framework Spring and how to download the plugin.

Re: Maven2 and Spring

2007-01-23 Thread Rod Coffin
Zakaria, I have created a Maven archetype which creates JSF web projects with Spring integration. I also have one that creates JPA projects, also using Spring. If you're interested in these you can find more information about at: http://wiki.rodcoffin.com/index.php?title=Maven_Home Much of

Re : Maven2 and Spring

2007-01-23 Thread Julien HENRY
on a repository, but they suggest to download and install manually their archetypes. ++ Julien - Message d'origine De : Khabot, Zakaria [EMAIL PROTECTED] À : Maven Users List users@maven.apache.org Envoyé le : Mardi, 23 Janvier 2007, 15h35mn 41s Objet : Maven2 and Spring Hi all, I

RE: Maven2 and Spring

2007-01-23 Thread Khabot, Zakaria
[mailto:[EMAIL PROTECTED] Envoyé : mardi 23 janvier 2007 14:52 À : Maven Users List Objet : Re: Maven2 and Spring Zakaria, I have created a Maven archetype which creates JSF web projects with Spring integration. I also have one that creates JPA projects, also using Spring. If you're interested

Re: Maven2 and Spring

2007-01-23 Thread Rod Coffin
[mailto:[EMAIL PROTECTED] Envoyé : mardi 23 janvier 2007 14:52 À : Maven Users List Objet : Re: Maven2 and Spring Zakaria, I have created a Maven archetype which creates JSF web projects with Spring integration. I also have one that creates JPA projects, also using Spring. If you're interested

RE: Maven2 and Spring

2007-01-23 Thread Minto.van.der.Sluis
15:36 Aan: Maven Users List Onderwerp: Maven2 and Spring Hi all, I have created a project using the command: mvn archetype:create -DarchetypeGroupId=org.apache.maven.archetypes -DgroupId=fr.tge.test -DartifactId=Test Witch goal should I execute to generate a web app implementing