Skip to content

Commit

Permalink
Add source encoding to the maven compiler plugin.
Browse files Browse the repository at this point in the history
This change adds the source encoding to the maven compiler plugin, which
will strictly enforce build consistency on multiple platforms and address
possible compilation issues on some of the source files. The source
encoding unintuitively is system-specified by default.
  • Loading branch information
Wolvereness committed Aug 28, 2013
1 parent 47ef04f commit 52215c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -47,6 +47,7 @@
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 52215c6

Please sign in to comment.