Create Java project with Maven archetype kumuluz-archetype

This repository contains a Maven Archetype for a KumuluzEE based project of the Dolphin Platform.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.canoo.dolphin-platform"   -DarchetypeArtifactId="kumuluz-archetype"   -DarchetypeVersion="0.8.0"   -DinteractiveMode=false 

Generated Project modules

  • common
  • server
  • client

Details about maven archetype kumuluz-archetype

GroupId

GroupId

com.canoo.dolphin-platform
ArtifactId

ArtifactId

kumuluz-archetype
Version

Version

0.8.0
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.canoo.dolphin-platform -DarchetypeArtifactId=kumuluz-archetype -DarchetypeVersion=0.8.0 -DinteractiveMode=false