In this repository you will find common code used in many MII processes.
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.