Create Java project with Maven archetype turnonline-ecosystem-microservice-archetype

TurnOnline.biz Ecosystem: Cloud Toolkit Microservice Archetype

Create a Java Project by archetype turnonline-ecosystem-microservice-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DMyServiceName="My-MyServiceName"   -DProjectId="My-ProjectId"   -DarchetypeGroupId="biz.turnonline.ecosystem"   -DarchetypeArtifactId="turnonline-ecosystem-microservice-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

MyServiceName
validationRegex: none
ProjectId
validationRegex: none

Details about maven archetype turnonline-ecosystem-microservice-archetype

GroupId

GroupId

biz.turnonline.ecosystem
ArtifactId

ArtifactId

turnonline-ecosystem-microservice-archetype
Version

Version

1.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=biz.turnonline.ecosystem -DarchetypeArtifactId=turnonline-ecosystem-microservice-archetype -DarchetypeVersion=1.0 -DinteractiveMode=false