io.resys.hdes:hdes-maven-plugin

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

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

io.resys.hdes
ArtifactId

ArtifactId

hdes-maven-plugin
Last Version

Last Version

0.1.11
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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

Project Organization

Copyright 2020 ReSys OÜ

Download hdes-maven-plugin

How to add to project

<plugin>
    <groupId>io.resys.hdes</groupId>
    <artifactId>hdes-maven-plugin</artifactId>
    <version>0.1.11</version>
</plugin>

Dependencies

compile (5)

Group / Artifact Type Version
org.apache.maven : maven-project jar 2.2.1
org.codehaus.plexus : plexus-compiler-api jar 2.8.8
org.sonatype.plexus : plexus-build-api jar 0.0.7
org.apache.maven : maven-plugin-api jar
io.resys.hdes : hdes-compiler jar

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.0
org.junit.jupiter : junit-jupiter-engine jar 5.6.0

Project Modules

There are no modules declared in this project.

License Build Status

HDES

Local Development Environment

Prerequisites Java 11+, Maven 3.6.2+

It's recommended to install them using SDKMAN

curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk version
sdk install java 11.0.7-zulu
sdk install maven

Creating and Running Maven Project

mvn archetype:generate                                  \
  -DarchetypeGroupId=io.resys.hdes                      \
  -DarchetypeArtifactId=hdes-maven-archetype            \
  -DgroupId=io.resys.test                               \
  -DartifactId=test-project

cd test-project

mvn clean compile quarkus:dev

Versions

Version
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.0.13
0.0.12
0.0.11
0.0.8
0.0.7
0.0.6
0.0.4