Create Java project with Maven archetype circumflex-archetype


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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="ru.circumflex"   -DarchetypeArtifactId="circumflex-archetype"   -DarchetypeVersion="2.0.RC2"   -DinteractiveMode=false 

Details about maven archetype circumflex-archetype

GroupId

GroupId

ru.circumflex
ArtifactId

ArtifactId

circumflex-archetype
Version

Version

2.0.RC2
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=ru.circumflex -DarchetypeArtifactId=circumflex-archetype -DarchetypeVersion=2.0.RC2 -DinteractiveMode=false