Create Java project with Maven archetype jakartaee9-payara-microprofile-archetype

Jakarta EE 9 / Payara 5.2022.2 / Microprofile 4.1 - project minimalistic quickstart template.

Create a Java Project by archetype jakartaee9-payara-microprofile-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Ddocker-hub-name="My-docker-hub-name"   -DarchetypeGroupId="nl.ivonet"   -DarchetypeArtifactId="jakartaee9-payara-microprofile-archetype"   -DarchetypeVersion="2.0"   -DinteractiveMode=false 

Required parameters for generate java project:

docker-hub-name
validationRegex: none

Details about maven archetype jakartaee9-payara-microprofile-archetype

License

License

GroupId

GroupId

nl.ivonet
ArtifactId

ArtifactId

jakartaee9-payara-microprofile-archetype
Version

Version

2.0
Type

Type

maven-archetype
Description

Description

jakartaee9-payara-microprofile-archetype
Jakarta EE 9 / Payara 5.2022.2 / Microprofile 4.1 - project minimalistic quickstart template.
Project URL

Project URL

https://www.ivonet.nl
Project Organization

Project Organization

Ivo Woltring
Source Code Management

Source Code Management

https://github.com/IvoNet/jakartaee9-payara-microprofile-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=nl.ivonet -DarchetypeArtifactId=jakartaee9-payara-microprofile-archetype -DarchetypeVersion=2.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.