# HG changeset patch # User Martin van Dinther <martin.van.dinther@monetdbsolutions.com> # Date 1688571636 -7200 # Node ID 7e23afcb49a500a2cd6dfc14fa77bf7231dbf32f # Parent e1389c0ffb7cd03f17b499d50372588d155d83d1 Enable showing deprecation and warnings diff --git a/pom.xml b/pom.xml --- 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>