Create Java project with Maven archetype hdes-maven-archetype

HDES language for defining decision tables, flows, manual and service tasks

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.resys.hdes"   -DarchetypeArtifactId="hdes-maven-archetype"   -DarchetypeVersion="0.1.11"   -DinteractiveMode=false 

Details about maven archetype hdes-maven-archetype

License

License

GroupId

GroupId

io.resys.hdes
ArtifactId

ArtifactId

hdes-maven-archetype
Version

Version

0.1.11
Type

Type

maven-archetype
Description

Description

HDES language for defining decision tables, flows, manual and service tasks
Project Organization

Project Organization

Copyright 2020 ReSys OÜ

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.resys.hdes -DarchetypeArtifactId=hdes-maven-archetype -DarchetypeVersion=0.1.11 -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.