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.1"   -DinteractiveMode=false 

Generated Project modules

  • common
  • server
  • client

Details about maven archetype kumuluz-archetype

License

License

GroupId

GroupId

com.canoo.dolphin-platform
ArtifactId

ArtifactId

kumuluz-archetype
Version

Version

0.8.1
Type

Type

maven-archetype
Description

Description

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

Source Code Management

https://github.com/canoo/dolphin-platform-kumuluz-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.1 -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.