Create Java project with Maven archetype jakartaee8

Maven Archetype for bootstrapping Jakarta EE 8 applications

Create a Java Project by archetype jakartaee8 with Command Line:

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

Details about maven archetype jakartaee8

GroupId

GroupId

de.rieckpil.archetypes
ArtifactId

ArtifactId

jakartaee8
Version

Version

1.1.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.rieckpil.archetypes -DarchetypeArtifactId=jakartaee8 -DarchetypeVersion=1.1.1 -DinteractiveMode=false