This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new a207365 Specify source encoding
a207365 is described below
commit a2073654446bfa496931a4eca2d3a1dc3d715337
Author: Matt Sicker <[email protected]>
AuthorDate: Mon Apr 6 12:53:27 2020 -0500
Specify source encoding
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 6d4687f..9320bc2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,6 +232,7 @@
<manifestfile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestfile>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<docLabel>Site Documentation</docLabel>
<projectDir />
<commonsLoggingVersion>1.2</commonsLoggingVersion>