Remove Maven warnings

This commit removes the warnings that Maven emits when building the
effective model of the project. This boils down to locking down plugin
versions.

Because there is no version for javaformat, Maven could decide to use
the latest, which requires extra care to build with Java 8. This commit
upgrades explicitly to the latest and configure it to be compatible
with Java 8
This commit is contained in:
Stephane Nicoll
2022-02-22 17:33:38 +01:00
committed by Artem Bilan
parent 0b802a60d9
commit 042711e4b9
2 changed files with 35 additions and 17 deletions

1
.springjavaformatconfig Normal file
View File

@@ -0,0 +1 @@
java-baseline=8