Create Java project with Maven archetype maven-archetype-eventsourcing

Parent project for eventsourcing archetype

Create a Java Project by archetype maven-archetype-eventsourcing with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="no.bouvet"   -DarchetypeArtifactId="maven-archetype-eventsourcing"   -DarchetypeVersion="1.0.4"   -DinteractiveMode=false 

Details about maven archetype maven-archetype-eventsourcing

License

License

GroupId

GroupId

no.bouvet
ArtifactId

ArtifactId

maven-archetype-eventsourcing
Version

Version

1.0.4
Type

Type

maven-archetype
Description

Description

Archetype - maven-archetype-eventsourcing
Parent project for eventsourcing archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=no.bouvet -DarchetypeArtifactId=maven-archetype-eventsourcing -DarchetypeVersion=1.0.4 -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.