Mercurial > dive4elements > river
comparison artifacts/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 | 5b258de7f5a1 |
children | bfc047db6ed7 |
comparison
equal
deleted
inserted
replaced
9668:5b258de7f5a1 | 9669:aee871c60599 |
---|---|
21 <artifactId>maven-compiler-plugin</artifactId> | 21 <artifactId>maven-compiler-plugin</artifactId> |
22 <version>2.0.2</version> | 22 <version>2.0.2</version> |
23 <configuration> | 23 <configuration> |
24 <source>1.7</source> | 24 <source>1.7</source> |
25 <target>1.7</target> | 25 <target>1.7</target> |
26 <encoding>UTF-8</encoding> | |
26 </configuration> | 27 </configuration> |
27 </plugin> | 28 </plugin> |
28 <plugin> | 29 <plugin> |
29 <groupId>org.apache.maven.plugins</groupId> | 30 <groupId>org.apache.maven.plugins</groupId> |
30 <artifactId>maven-javadoc-plugin</artifactId> | 31 <artifactId>maven-javadoc-plugin</artifactId> |