QR Code Business Card
Feb 28 2014

maven and UTF-8

There are a lot of places (>5)to set the UTF-8 encoding for your maven project. But only one is important! So don't forget to set this in your maven parent pom:

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