Index: /FCKeditor.Java/trunk/java-demo/pom.xml
===================================================================
--- /FCKeditor.Java/trunk/java-demo/pom.xml	(revision 2041)
+++ /FCKeditor.Java/trunk/java-demo/pom.xml	(revision 2042)
@@ -1,3 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>java-demo</artifactId>
@@ -41,4 +43,10 @@
 						</resource>
 					</webResources>
+					<warSourceIncludes>
+						fckeditor/editor/,fckeditor/_samples/_plugins/,fckeditor/fckconfig.js,fckeditor/*.xml,WEB-INF/,jsp/,sample*,index.jsp,fckeditor.gif
+					</warSourceIncludes>
+					<warSourceExcludes>
+						fckeditor/editor/filemanager/connectors/
+					</warSourceExcludes>
 					<archive>
 						<addMavenDescriptor>false</addMavenDescriptor>
@@ -93,5 +101,6 @@
 	<description>
 		This is a drop-in demo of the FCKeditor.Java Integration. It's
-		preconfigured with the Java library and a recent FCKeditor version.
+		preconfigured with the Java library and a recent FCKeditor
+		version.
 	</description>
 	<url>http://java.fckeditor.net</url>
