Create Java project with Maven archetype webapp-j2ee13

J2EE 1.3 web application archetype

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

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

Details about maven archetype webapp-j2ee13

GroupId

GroupId

org.codehaus.mojo.archetypes
ArtifactId

ArtifactId

webapp-j2ee13
Version

Version

1.2
Type

Type

maven-archetype
Description

Description

J2EE 1.3 web application archetype
J2EE 1.3 web application archetype
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=webapp-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.