Index: /FCKeditor.Java/trunk/java-core/pom.xml
===================================================================
--- /FCKeditor.Java/trunk/java-core/pom.xml	(revision 2035)
+++ /FCKeditor.Java/trunk/java-core/pom.xml	(revision 2036)
@@ -83,4 +83,5 @@
 			<plugin>
 				<artifactId>maven-pmd-plugin</artifactId>
+				<version>2.4</version>
 				<configuration>
 					<targetJdk>1.5</targetJdk>
Index: /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tool/UtilsFile.java
===================================================================
--- /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tool/UtilsFile.java	(revision 2035)
+++ /FCKeditor.Java/trunk/java-core/src/main/java/net/fckeditor/tool/UtilsFile.java	(revision 2036)
@@ -149,5 +149,5 @@
 	 * @param request
 	 * @param resourceType
-	 * @return
+	 * @return server-side path
 	 */
 	public static String constructServerSidePath(HttpServletRequest request,
Index: /FCKeditor.Java/trunk/pom.xml
===================================================================
--- /FCKeditor.Java/trunk/pom.xml	(revision 2035)
+++ /FCKeditor.Java/trunk/pom.xml	(revision 2036)
@@ -26,6 +26,11 @@
 		<module>java-demo</module>
 	</modules>
+	<properties>
+		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+	</properties>
 	<build>
 		<defaultGoal>package</defaultGoal>
+		<!-- for future Maven 2.1 use -->
+		<!--<sourceEncoding>UTF-8</sourceEncoding>-->
 		<plugins>
 			<plugin>
