Create Java project with Maven archetype gm-fabric-archetype

A microservice framework for the JVM.

Create a Java Project by archetype gm-fabric-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DappName="My-appName"   -DserviceFrameworkVersion="My-serviceFrameworkVersion"   -Dversion="My-version"   -DarchetypeGroupId="com.deciphernow"   -DarchetypeArtifactId="gm-fabric-archetype"   -DarchetypeVersion="0.2.9"   -DinteractiveMode=false 

Required parameters for generate java project:

appName
validationRegex: none
serviceFrameworkVersion
validationRegex: none
version
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-config
  • ${rootArtifactId}-business
  • ${rootArtifactId}-client
  • ${rootArtifactId}-model
  • ${rootArtifactId}-server

Details about maven archetype gm-fabric-archetype

License

License

GroupId

GroupId

com.deciphernow
ArtifactId

ArtifactId

gm-fabric-archetype
Version

Version

0.2.9
Type

Type

maven-archetype
Description

Description

Microservice framework [ArcheType]
A microservice framework for the JVM.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.deciphernow -DarchetypeArtifactId=gm-fabric-archetype -DarchetypeVersion=0.2.9 -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.