Create Java project with Maven archetype org.tinygroup.flowcomponentarchetype


Create a Java Project by archetype org.tinygroup.flowcomponentarchetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DtinyVersion="My-tinyVersion"   -DarchetypeGroupId="org.tinygroup"   -DarchetypeArtifactId="org.tinygroup.flowcomponentarchetype"   -DarchetypeVersion="2.2.3"   -DinteractiveMode=false 

Required parameters for generate java project:

tinyVersion
validationRegex: none

Details about maven archetype org.tinygroup.flowcomponentarchetype

GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

org.tinygroup.flowcomponentarchetype
Version

Version

2.2.3
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.tinygroup -DarchetypeArtifactId=org.tinygroup.flowcomponentarchetype -DarchetypeVersion=2.2.3 -DinteractiveMode=false