Create Java project with Maven archetype org.tinygroup.uicomponentarchetype


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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.tinygroup"   -DarchetypeArtifactId="org.tinygroup.uicomponentarchetype"   -DarchetypeVersion="3.0.0"   -DinteractiveMode=false 

Details about maven archetype org.tinygroup.uicomponentarchetype

GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

org.tinygroup.uicomponentarchetype
Version

Version

3.0.0
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.uicomponentarchetype -DarchetypeVersion=3.0.0 -DinteractiveMode=false