Mercurial > dive4elements > framework
comparison pom.xml @ 585:0960b825516a 3.2.x tip
Ensure the build does not fail due to non-ASCII characters
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 15 Nov 2023 10:34:52 +0100 |
parents | 811b01e822da |
children |
comparison
equal
deleted
inserted
replaced
584:efbdaf72aafe | 585:0960b825516a |
---|---|
17 <artifactId>maven-compiler-plugin</artifactId> | 17 <artifactId>maven-compiler-plugin</artifactId> |
18 <version>2.0.2</version> | 18 <version>2.0.2</version> |
19 <configuration> | 19 <configuration> |
20 <source>1.8</source> | 20 <source>1.8</source> |
21 <target>1.8</target> | 21 <target>1.8</target> |
22 <encoding>UTF-8</encoding> | |
22 <showDeprecation>true</showDeprecation> | 23 <showDeprecation>true</showDeprecation> |
23 <showWarnings>true</showWarnings> | 24 <showWarnings>true</showWarnings> |
24 </configuration> | 25 </configuration> |
25 </plugin> | 26 </plugin> |
26 </plugins> | 27 </plugins> |