diff pom.xml @ 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 (22 months ago)
parents 843f7d03540a
children 1a4014a0c0c8
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>