changeset 762:7e23afcb49a5

Enable showing deprecation and warnings
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Wed, 05 Jul 2023 17:40:36 +0200 (21 months ago)
parents e1389c0ffb7c
children e8afd7de2538
files pom.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml
+++ b/pom.xml
@@ -63,6 +63,8 @@
 	  </includes>
 	  <source>8</source>
 	  <target>8</target>
+	  <showDeprecation>true</showDeprecation>
+	  <showWarnings>true</showWarnings>
 	</configuration>
       </plugin>
       <plugin>