Modified:
/prettyfaces/trunk/pom.xml
/prettyfaces/trunk/tests-jsf2/pom.xml
=======================================
--- /prettyfaces/trunk/pom.xml Fri Oct 15 19:11:27 2010
+++ /prettyfaces/trunk/pom.xml Mon Oct 18 16:46:11 2010
@@ -214,6 +214,7 @@
<configuration>
<source>1.5</source>
<target>1.5</target>
+ <encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
=======================================
--- /prettyfaces/trunk/tests-jsf2/pom.xml Sun Oct 17 20:23:14 2010
+++ /prettyfaces/trunk/tests-jsf2/pom.xml Mon Oct 18 16:46:11 2010
@@ -193,6 +193,7 @@
<configuration>
<source>1.6</source>
<target>1.6</target>
+ <encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>