Create Java project with Maven archetype jakartaee-mp-archetype

A starter archetype for a ThinWar project using Jakarta EE and MicroProfile, without any sketchy parent-pom's.

Create a Java Project by archetype jakartaee-mp-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="net.hassannazar"   -DarchetypeArtifactId="jakartaee-mp-archetype"   -DarchetypeVersion="1.4.0"   -DinteractiveMode=false 

Details about maven archetype jakartaee-mp-archetype

License

License

GroupId

GroupId

net.hassannazar
ArtifactId

ArtifactId

jakartaee-mp-archetype
Version

Version

1.4.0
Type

Type

maven-archetype
Description

Description

Jakarta EE and MicroProfile Archetype
A starter archetype for a ThinWar project using Jakarta EE and MicroProfile, without any sketchy parent-pom's.
Project URL

Project URL

https://github.com/HasseNasse/jakartaee-mp-archetype
Project Organization

Project Organization

Hassan Nazar

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.hassannazar -DarchetypeArtifactId=jakartaee-mp-archetype -DarchetypeVersion=1.4.0 -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.