[PATCH 2 of 2] Make compiler more verbose

Wald Commits scm-commit at wald.intevation.org
Tue Jan 17 15:29:36 CET 2023


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1673961745 -3600
#      Tue Jan 17 14:22:25 2023 +0100
# Branch 3.2.x
# Node ID e53ef972fce3bce6ccbbf4854e301823d199abc8
# Parent  0289069c3149acc1379bfe95cb5f862d4466c000
Make compiler more verbose

diff -r 0289069c3149 -r e53ef972fce3 pom.xml
--- a/pom.xml	Tue Jan 17 14:22:11 2023 +0100
+++ b/pom.xml	Tue Jan 17 14:22:25 2023 +0100
@@ -24,6 +24,8 @@
         <configuration>
           <source>1.8</source>
           <target>1.8</target>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
         </configuration>
       </plugin>
     </plugins>


More information about the Dive4Elements-commits mailing list