Copy and rename the template property file in src/main/resources to argos-backend.properties and change the values as required in your environment.
Execute the command mvn install (mvn clean install if you want to delete your old jar file, mvn install -DskipTests if you want to skip the tests). This will compile the project into a jar file in the target
folder.
We integrated Travis CI as a continuous integration tool. It builds the project
after every commit, sends a sonarLint diagnose to the Sonarqube server at the chair and executes all tests.