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="2.3.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

License

License

GroupId

GroupId

io.gumga
ArtifactId

ArtifactId

gumga-archetype
Version

Version

2.3.0
Type

Type

maven-archetype
Description

Description

gumga-archetype
Project archetype for GUMGA
Project URL

Project URL

https://github.com/gumga
Project Organization

Project Organization

Gumga
Source Code Management

Source Code Management

https://github.com/GUMGA/archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.gumga -DarchetypeArtifactId=gumga-archetype -DarchetypeVersion=2.3.0 -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.