Create Java project with Maven archetype quarkee-archetype

quarkus.io with Java EE-stic out-of-the-box experience

Create a Java Project by archetype quarkee-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.airhacks"   -DarchetypeArtifactId="quarkee-archetype"   -DarchetypeVersion="0.0.1"   -DinteractiveMode=false 

Details about maven archetype quarkee-archetype

GroupId

GroupId

com.airhacks
ArtifactId

ArtifactId

quarkee-archetype
Version

Version

0.0.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.airhacks -DarchetypeArtifactId=quarkee-archetype -DarchetypeVersion=0.0.1 -DinteractiveMode=false