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="1.0.3"   -DinteractiveMode=false 

Details about maven archetype kalix-maven-archetype

License

License

GroupId

GroupId

io.kalix
ArtifactId

ArtifactId

kalix-maven-archetype
Version

Version

1.0.3
Type

Type

maven-archetype
Description

Description

Kalix Maven Archetype (Value entity)
This archetype can be used to generate a project suitable for the general development of Kalix applications
Project URL

Project URL

https://docs.kalix.io

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.