Re: Create J2EE module

2006-03-10 Thread Alexandre Poitras
"You have to install J2EE artifact" should have been "You have to install the J2EE archetype". On 3/10/06, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > You have to install J2EE artifact first and since it hasn't been voted > as a standard yet, you have to check it out from svn and install it > (

Re: Create J2EE module

2006-03-10 Thread Alexandre Poitras
You have to install J2EE artifact first and since it hasn't been voted as a standard yet, you have to check it out from svn and install it (using maven of course :)). You can find all the official archetypes there : http://www.ibiblio.org/maven2/org/apache/maven/archetypes/ And you can find all t

Create J2EE module

2006-03-10 Thread Patrick GIRY
How can I create a J2EE module with archetype:create? Wich archetypeArtifactId value must I used?