Create Java project with Maven archetype azkarra-quickstart-kotlin

Maven Archetype for creating a simple Azkarra Streams project with Kotlin

Create a Java Project by archetype azkarra-quickstart-kotlin with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dversion="My-version"   -DarchetypeGroupId="io.streamthoughts"   -DarchetypeArtifactId="azkarra-quickstart-kotlin"   -DarchetypeVersion="0.8.0"   -DinteractiveMode=false 

Required parameters for generate java project:

version
validationRegex: none

Details about maven archetype azkarra-quickstart-kotlin

GroupId

GroupId

io.streamthoughts
ArtifactId

ArtifactId

azkarra-quickstart-kotlin
Version

Version

0.8.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.streamthoughts -DarchetypeArtifactId=azkarra-quickstart-kotlin -DarchetypeVersion=0.8.0 -DinteractiveMode=false