In this repository you will find the process to extract and transport data-sets of an approved data usage project from DIC to a DMS, coordinated by a HRP.
The documentation of the process including the description, the deployment and configuration guides as well as instructions on how to start a process instance can be found in the wiki.
Branching follows the git-flow model, for the latest development version see branch develop.
Prerequisite: Java 17, Maven >= 3.6
To use this repository in your code, add the Github Package Registry server to your Maven .m2/settings.xml
. Instructions on how to generate the USERNAME
and TOKEN
can be found in the GitHub documentation Managing your personal access tokens. The token needs at least the read:packages
scope.
<servers>
<server>
<id>github-mii</id>
<username>USERNAME</username>
<password>TOKEN</password>
</server>
</servers>
All code is published under the Apache-2.0 License.