Create Java project with Maven archetype servicecomponentarchetype


Create a Java Project by archetype servicecomponentarchetype with Command Line:

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

Required parameters for generate java project:

tinyVersion
validationRegex: none

Details about maven archetype servicecomponentarchetype

License

License

GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

servicecomponentarchetype
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=servicecomponentarchetype -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.