Create Java project with Maven archetype dddplus-archetype

A Maven Archetype for generating a DDDplus Framework enabled project

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

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

Generated Project modules

  • ${rootArtifactId}-application
  • ${rootArtifactId}-facade
  • ${rootArtifactId}-domain
  • ${rootArtifactId}-spec
  • ${rootArtifactId}-api
  • ${rootArtifactId}-infrastructure
  • ${rootArtifactId}-main
  • ${rootArtifactId}-test

Details about maven archetype dddplus-archetype

License

License

GroupId

GroupId

io.github.dddplus
ArtifactId

ArtifactId

dddplus-archetype
Version

Version

1.1.0
Type

Type

maven-archetype
Description

Description

DDDplus :: Archetype
A Maven Archetype for generating a DDDplus Framework enabled project
Project URL

Project URL

https://github.com/dddplus/dddplus-archetype
Source Code Management

Source Code Management

https://github.com/dddplus/dddplus-archetype/

How to add to project

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