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

Java EE 8 / Payara 5 / Microprofile 2 - project minimalistic quickstart template.

Create a Java Project by archetype javaee8-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="javaee8-payara-microprofile-archetype"   -DarchetypeVersion="1.3"   -DinteractiveMode=false 

Required parameters for generate java project:

docker-hub-name
validationRegex: none

Details about maven archetype javaee8-payara-microprofile-archetype

License

License

GroupId

GroupId

nl.ivonet
ArtifactId

ArtifactId

javaee8-payara-microprofile-archetype
Version

Version

1.3
Type

Type

maven-archetype
Description

Description

javaee8-payara-microprofile-archetype
Java EE 8 / Payara 5 / Microprofile 2 - 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/javaee8-payara-microprofile-archetype

How to add to project

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