Create Java project with Maven archetype javaee8

Maven Archetype for bootstrapping Java EE 8 applications

Create a Java Project by archetype javaee8 with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.rieckpil.archetypes"   -DarchetypeArtifactId="javaee8"   -DarchetypeVersion="2.1.2"   -DinteractiveMode=false 

Details about maven archetype javaee8

License

License

GroupId

GroupId

de.rieckpil.archetypes
ArtifactId

ArtifactId

javaee8
Version

Version

2.1.2
Type

Type

maven-archetype
Description

Description

Java EE 8 Archetype
Maven Archetype for bootstrapping Java EE 8 applications
Project Organization

Project Organization

Philip Riecks

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.rieckpil.archetypes -DarchetypeArtifactId=javaee8 -DarchetypeVersion=2.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.