Create Java project with Maven archetype kalix-maven-archetype

This archetype can be used to generate a project suitable for the general development of Kalix applications

Create a Java Project by archetype kalix-maven-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.kalix"   -DarchetypeArtifactId="kalix-maven-archetype"   -DarchetypeVersion="0.11.0-M1"   -DinteractiveMode=false 

Details about maven archetype kalix-maven-archetype

GroupId

GroupId

io.kalix
ArtifactId

ArtifactId

kalix-maven-archetype
Version

Version

0.11.0-M1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.kalix -DarchetypeArtifactId=kalix-maven-archetype -DarchetypeVersion=0.11.0-M1 -DinteractiveMode=false