Create Java project with Maven archetype pousse-cafe-simple-meta-app-archetype

Pousse-Café is a framework assisting in writing DDD-based applications. This is a simple meta-app archetype.

Create a Java Project by archetype pousse-cafe-simple-meta-app-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DexcludePatterns="My-excludePatterns"   -DarchetypeGroupId="org.pousse-cafe-framework"   -DarchetypeArtifactId="pousse-cafe-simple-meta-app-archetype"   -DarchetypeVersion="0.1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

excludePatterns
validationRegex: none

Details about maven archetype pousse-cafe-simple-meta-app-archetype

GroupId

GroupId

org.pousse-cafe-framework
ArtifactId

ArtifactId

pousse-cafe-simple-meta-app-archetype
Version

Version

0.1.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.pousse-cafe-framework -DarchetypeArtifactId=pousse-cafe-simple-meta-app-archetype -DarchetypeVersion=0.1.0 -DinteractiveMode=false