diff backend/pom-oracle.xml @ 9669:aee871c60599 3.2.x

Ensure the build does not fail due to non-ASCII characters E.g. umlauts in the headers currently can lead to failing builds.
author Tom Gottfried <tom@intevation.de>
date Tue, 19 May 2020 20:07:44 +0200
parents dece88059a36
children faccc67cac1d
line wrap: on
line diff
--- a/backend/pom-oracle.xml	Tue May 19 20:04:08 2020 +0200
+++ b/backend/pom-oracle.xml	Tue May 19 20:07:44 2020 +0200
@@ -23,6 +23,7 @@
         <configuration>
           <source>1.7</source>
           <target>1.7</target>
+          <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
       <plugin>

http://dive4elements.wald.intevation.org