Java Exercises
Preamble
In this exercice, you will learn how to use Maven on a Java program in order to test it, measure the tests code coverage, and perform some static code analysis. In the same time, you will use all these tools on GitLab CI.
Tools presentation
For this we will use the following tools :
- Git to version the code
- JDK, a Java Development Kit
- Maven, a build automation tool.