Create Java project with Maven archetype wildfly-bootable-jaxrs-archetype

Archetype for creating a jaxrs microprofile application with wildfly bootable jar

Create a Java Project by archetype wildfly-bootable-jaxrs-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="gr.sergouniotis"   -DarchetypeArtifactId="wildfly-bootable-jaxrs-archetype"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Details about maven archetype wildfly-bootable-jaxrs-archetype

GroupId

GroupId

gr.sergouniotis
ArtifactId

ArtifactId

wildfly-bootable-jaxrs-archetype
Version

Version

1.0.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=gr.sergouniotis -DarchetypeArtifactId=wildfly-bootable-jaxrs-archetype -DarchetypeVersion=1.0.0 -DinteractiveMode=false