Create Java project with Maven archetype automatiko-event-stream-archetype

Automatiko Service for Event Stream Archetype

Create a Java Project by archetype automatiko-event-stream-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.automatiko.archetypes"   -DarchetypeArtifactId="automatiko-event-stream-archetype"   -DarchetypeVersion="0.2.0"   -DinteractiveMode=false 

Details about maven archetype automatiko-event-stream-archetype

GroupId

GroupId

io.automatiko.archetypes
ArtifactId

ArtifactId

automatiko-event-stream-archetype
Version

Version

0.2.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.automatiko.archetypes -DarchetypeArtifactId=automatiko-event-stream-archetype -DarchetypeVersion=0.2.0 -DinteractiveMode=false