Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,19 @@ The repo on GitHub at [https://github.com/sifis-home/usage-control](https://gith

Being a push mirror, all the changes have to be done at the repository hosted on the GitLab instance.

# Building

You need Java8 and [maven](https://maven.apache.org), you may install it using [sdkman](https://sdkman.io):

```sh
# Pick a java8 distribution
$ sdk list java | grep 8.0
$ sdk install java 8.0.{minor}-{dist}
# The latest maven is fine to use
$ sdk install maven
```

Then you may build the package normally
```sh
$ mvn clean package
```