Skip to content

Commit

Permalink
Add platform character encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
tishan89 committed May 4, 2018
1 parent 2ced8bf commit 93d6d32
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,15 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down Expand Up @@ -1074,6 +1083,8 @@

<!-- Forget me tool -->
<forgetme.tool.version>1.1.15</forgetme.tool.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<modules>
Expand Down

0 comments on commit 93d6d32

Please sign in to comment.