Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1324)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1325)
@@ -90,19 +90,56 @@
 				</configuration>
 			</plugin>
+			<plugin>
+				<artifactId>maven-war-plugin</artifactId>
+				<version>2.1-alpha-1</version>
+				<configuration>
+					<webResources>
+						<resource>
+							<targetPath>fckeditor</targetPath>
+							<directory>../fckeditor</directory>
+							<filtering>false</filtering>
+							<excludes>
+								<exclude>.*</exclude>
+								<exclude>_dev/</exclude>
+								<exclude>_test*/</exclude>
+							</excludes>
+						</resource>
+					</webResources>
+				</configuration>
+			</plugin>
+			<plugin>
+				<artifactId>maven-antrun-plugin</artifactId>
+				<executions>
+					<execution>
+						<phase>clean</phase>
+						<goals>
+							<goal>run</goal>
+						</goals>
+						<configuration>
+							<tasks>
+								<delete dir="src/main/webapp/fckeditor" />
+							</tasks>
+						</configuration>
+					</execution>
+				</executions>
+			</plugin>
 		</plugins>
 	</build>
+
 	<!-- commented out for now since it produces errors
-	<reporting>
+		<reporting>
 		<plugins>
-			<plugin>
-				<groupId>net.sourceforge.maven-taglib</groupId>
-				<artifactId>maven-taglib-plugin</artifactId>
-			</plugin>
-			<plugin>
-				<artifactId>maven-javadoc-plugin</artifactId>
-			</plugin>
+		
+		<plugin>
+		<groupId>net.sourceforge.maven-taglib</groupId>
+		<artifactId>maven-taglib-plugin</artifactId>
+		</plugin>
+		<plugin>
+		<artifactId>maven-javadoc-plugin</artifactId>
+		</plugin>
 		</plugins>
-	</reporting>
-	 -->
+		</reporting>
+	-->
+
 	<name>FCKeditor - Java Connector</name>
 	<description>
