Create Java project with Maven archetype gumga-archetype

Project archetype for GUMGA

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.gumga"   -DarchetypeArtifactId="gumga-archetype"   -DarchetypeVersion="1.11.0"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-domain
  • ${rootArtifactId}-configuration
  • ${rootArtifactId}-infrastructure
  • ${rootArtifactId}-application
  • ${rootArtifactId}-gateway
  • ${rootArtifactId}-api
  • ${rootArtifactId}-boot
  • ${rootArtifactId}-presentation
  • ${rootArtifactId}-presentation-webpack

Details about maven archetype gumga-archetype

GroupId

GroupId

io.gumga
ArtifactId

ArtifactId

gumga-archetype
Version

Version

1.11.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.gumga -DarchetypeArtifactId=gumga-archetype -DarchetypeVersion=1.11.0 -DinteractiveMode=false