Create Java project with Maven archetype carina-archetype

Carina Archetype

Create a Java Project by archetype carina-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.qaprosoft"   -DarchetypeArtifactId="carina-archetype"   -DarchetypeVersion="1.5"   -DinteractiveMode=false 

Details about maven archetype carina-archetype

GroupId

GroupId

com.qaprosoft
ArtifactId

ArtifactId

carina-archetype
Version

Version

1.5
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.qaprosoft -DarchetypeArtifactId=carina-archetype -DarchetypeVersion=1.5 -DinteractiveMode=false