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?


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 the unofficial archetypes there :
http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk/maven-archetypes/

On 3/10/06, Patrick GIRY [EMAIL PROTECTED] wrote:
 How can I create a J2EE module with archetype:create? Wich
 archetypeArtifactId value must I used?





--
Alexandre Poitras
Québec, Canada

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



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
 (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 the unofficial archetypes there :
 http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk/maven-archetypes/

 On 3/10/06, Patrick GIRY [EMAIL PROTECTED] wrote:
  How can I create a J2EE module with archetype:create? Wich
  archetypeArtifactId value must I used?
 
 



 --
 Alexandre Poitras
 Québec, Canada



--
Alexandre Poitras
Québec, Canada

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