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.2"   -DinteractiveMode=false 

Details about maven archetype jakartaee8

License

License

GroupId

GroupId

de.rieckpil.archetypes
ArtifactId

ArtifactId

jakartaee8
Version

Version

1.1.2
Type

Type

maven-archetype
Description

Description

Jakarta EE 8 Archetype
Maven Archetype for bootstrapping Jakarta 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=jakartaee8 -DarchetypeVersion=1.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.