Create Java project with Maven archetype fathom-archetype-standard


Create a Java Project by archetype fathom-archetype-standard with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.gitblit.fathom"   -DarchetypeArtifactId="fathom-archetype-standard"   -DarchetypeVersion="0.5.0"   -DinteractiveMode=false 

Details about maven archetype fathom-archetype-standard

GroupId

GroupId

com.gitblit.fathom
ArtifactId

ArtifactId

fathom-archetype-standard
Version

Version

0.5.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.gitblit.fathom -DarchetypeArtifactId=fathom-archetype-standard -DarchetypeVersion=0.5.0 -DinteractiveMode=false