Create Java project with Maven archetype kogito-quarkus-archetype

Kogito based on Quarkus runtime Archetype

Create a Java Project by archetype kogito-quarkus-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.kie.kogito"   -DarchetypeArtifactId="kogito-quarkus-archetype"   -DarchetypeVersion="0.9.0"   -DinteractiveMode=false 

Details about maven archetype kogito-quarkus-archetype

GroupId

GroupId

org.kie.kogito
ArtifactId

ArtifactId

kogito-quarkus-archetype
Version

Version

0.9.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.kie.kogito -DarchetypeArtifactId=kogito-quarkus-archetype -DarchetypeVersion=0.9.0 -DinteractiveMode=false