Skip to content

Commit

Permalink
Actually it's still required to set the source encoding, just explici…
Browse files Browse the repository at this point in the history
…tly passing it to maven-compiler-plugin is redundant
  • Loading branch information
hammerhead committed Nov 2, 2011
1 parent 6189945 commit 5b1b7f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<properties>
<compileSource>1.6</compileSource>
<compileTarget>1.6</compileTarget>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<build>
Expand Down

0 comments on commit 5b1b7f2

Please sign in to comment.