I had to add <encoding>UTF-8</encoding> to the maven-compiler-plugin plugin section.
Code: Select all
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
Robert Wynkoop
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.
Moderator: jocanas
Code: Select all
<configuration>
<source>1.6</source>
<target>1.6</target>
<encoding>UTF-8</encoding>
</configuration>
Users browsing this forum: No registered users and 3 guests