[Code format] Apply agreed Java format to Java files & include format check in pipeline
🎯 Purpose
This task has 2 goals which are not dissociable :
- Apply the agreed Java format to all Java files in the project using Spotless maven plugin
- Check the Java format of all Java files in the GitLab pipeline (this is already applied since the pipeline references
'henixdevelopment/open-source/opentestfactory/ci-common/java-ci')
Java Format (dev_squash@henix.fr).
This action is part of the effort to apply a common format for Java files across all our projects.
Edited by Johan Lor