On 28 Jan 2008, Angelo Chen wrote:

> Thanks but maven-archetype-j2ee-simple is not for ejb3, is there archetype
> for ejb3? thanks.

Unfortunately not that I know of and not in the list of archetypes [0].

However, you can use the j2ee archetype and just add this to your
maven-ejb-plugin definition in the <build> section:

                  <configuration>
                    <ejbVersion>3.0</ejbVersion>
                  </configuration>

Just as described in Maven - The Definitve Guide [1].

hth,
- martin

[0] http://docs.codehaus.org/display/MAVENUSER/Archetypes+List
[1] http://www.sonatype.com/book/j2ee.html
-- 
Martin Höller                   | [EMAIL PROTECTED]
*x Software + Systeme           | http://www.xss.co.at/
Karmarschgasse 51/2/20          | Tel: +43-1-6060114-30
A-1100 Vienna, Austria          | Fax: +43-1-6060114-71

Attachment: signature.asc
Description: PGP signature

Reply via email to