This is a quickstart maven archetype for creating greenfield Jakarta EE 8 projects.
- clone the project for you local machine:
git clone git@github.com:jlmc/jakarta8-essentials-archetype.git
- we can clone this project, and execute the maven command:
mvn install
This command will create the archetype in your local repository
- After the previous step we are able to create a project using this archetype
mvn archetype:generate \
-DinteractiveMode=false \
-DarchetypeGroupId=io.costax \
-DarchetypeArtifactId=jakarta8-essentials-archetype \
-DarchetypeVersion=0.0.4 \
-DgroupId=<your groupId> \
-DartifactId=<your artifactId>