Add maven.compiler.showWarnings=true.

This commit is contained in:
Stephan Schnabel 2021-12-29 13:35:35 +01:00
parent 536714fe75
commit 793ad1dbb8
Signed by: stephan.schnabel
GPG key ID: F74FE2422AA07290

View file

@ -71,6 +71,7 @@
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
<!-- ===================================================================== -->
<!-- ============================= Versions ============================== -->