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

Required parameters for generate java project:

tinyVersion
validationRegex: none

Details about maven archetype org.tinygroup.flowcomponentarchetype

License

License

GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

org.tinygroup.flowcomponentarchetype
Version

Version

3.4.6
Type

Type

maven-archetype
Description

Description

Project URL

Project URL

http://maven.apache.org
Project Organization

Project Organization

TinyGroup

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.