Create Java project with Maven archetype ejb-j2ee13

An archetype which contains a sample J2EE 1.3 EJB Maven project.

Create a Java Project by archetype ejb-j2ee13 with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.codehaus.mojo.archetypes"   -DarchetypeArtifactId="ejb-j2ee13"   -DarchetypeVersion="1.2"   -DinteractiveMode=false 

Details about maven archetype ejb-j2ee13

GroupId

GroupId

org.codehaus.mojo.archetypes
ArtifactId

ArtifactId

ejb-j2ee13
Version

Version

1.2
Type

Type

maven-archetype
Description

Description

J2EE 1.3 EJB Archetype
An archetype which contains a sample J2EE 1.3 EJB Maven project.
Project Organization

Project Organization

Codehaus

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.codehaus.mojo.archetypes -DarchetypeArtifactId=ejb-j2ee13 -DarchetypeVersion=1.2 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.