changeset 9773:71188efb16b0 3.2.x

Make compiler more verbose
author Tom Gottfried <tom@intevation.de>
date Tue, 17 Jan 2023 14:24:25 +0100
parents 4987615d367b
children 823d4afb616c
files artifacts/pom.xml backend/pom.xml
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/pom.xml	Mon Jan 16 17:25:48 2023 +0100
+++ b/artifacts/pom.xml	Tue Jan 17 14:24:25 2023 +0100
@@ -25,6 +25,8 @@
               <source>1.7</source>
               <target>1.7</target>
               <encoding>UTF-8</encoding>
+              <showDeprecation>true</showDeprecation>
+              <showWarnings>true</showWarnings>
           </configuration>
       </plugin>
       <plugin>
--- a/backend/pom.xml	Mon Jan 16 17:25:48 2023 +0100
+++ b/backend/pom.xml	Tue Jan 17 14:24:25 2023 +0100
@@ -24,6 +24,8 @@
           <source>1.7</source>
           <target>1.7</target>
           <encoding>UTF-8</encoding>
+          <showDeprecation>true</showDeprecation>
+          <showWarnings>true</showWarnings>
         </configuration>
       </plugin>
       <plugin>

http://dive4elements.wald.intevation.org