Create Java project with Maven archetype fathom-archetype-standard

Microservice Foundation

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

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

Required parameters for generate java project:

name
validationRegex: none

Details about maven archetype fathom-archetype-standard

License

License

GroupId

GroupId

com.gitblit.fathom
ArtifactId

ArtifactId

fathom-archetype-standard
Version

Version

1.0.1
Type

Type

maven-archetype
Description

Description

Fathom Standard Archetype
Microservice Foundation

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.