Create Java project with Maven archetype jee-maven-archetype

Quickstart Java EE development

Create a Java Project by archetype jee-maven-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.dplatz"   -DarchetypeArtifactId="jee-maven-archetype"   -DarchetypeVersion="7.02"   -DinteractiveMode=false 

Details about maven archetype jee-maven-archetype

License

License

GroupId

GroupId

de.dplatz
ArtifactId

ArtifactId

jee-maven-archetype
Version

Version

7.02
Type

Type

maven-archetype
Description

Description

jee-maven-archetype
Quickstart Java EE development
Project URL

Project URL

http://www.dplatz.de
Project Organization

Project Organization

Daniel Platz

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.dplatz -DarchetypeArtifactId=jee-maven-archetype -DarchetypeVersion=7.02 -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.