Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1467)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1468)
@@ -44,5 +44,5 @@
 			<version>1.4.3</version>
 		</dependency>
-		 <dependency>
+		<dependency>
 			<groupId>org.slf4j</groupId>
 			<artifactId>nlog4j</artifactId>
@@ -50,5 +50,4 @@
 			<scope>test</scope>
 		</dependency>
-		
 		<dependency>
 			<groupId>org.slf4j</groupId>
@@ -66,5 +65,5 @@
 				<configuration>
 					<useTestClasspath>true</useTestClasspath>
-					</configuration>
+				</configuration>
 			</plugin>
 			<plugin>
@@ -89,6 +88,6 @@
 			</plugin>
 			<plugin>
-			<artifactId>maven-site-plugin</artifactId>
-			<executions>
+				<artifactId>maven-site-plugin</artifactId>
+				<executions>
 					<execution>
 						<id>make-site</id>
@@ -99,5 +98,5 @@
 					</execution>
 				</executions>
-				</plugin>
+			</plugin>
 			<plugin>
 				<artifactId>maven-assembly-plugin</artifactId>
@@ -155,20 +154,17 @@
 			</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" />
-								<delete dir="src/main/webapp/userfiles" />
-								<delete dir="src/main/webapp/WEB-INF/tld" />
-							</tasks>
-						</configuration>
-					</execution>
-				</executions>
+				<artifactId>maven-clean-plugin</artifactId>
+				<configuration>
+					<filesets>
+						<fileset>
+							<directory>src/main/webapp</directory>
+							<includes>
+								<include>fckeditor/</include>
+								<include>userfiles/</include>
+								<include>WEB-INF/tld/</include>
+							</includes>
+						</fileset>
+					</filesets>
+				</configuration>
 			</plugin>
 		</plugins>
@@ -318,8 +314,10 @@
 	</prerequisites>
 	<distributionManagement>
-    <site>
-      <id>uni-space</id>
-      <url>scp://duesseldorf.mi.fu-berlin.de/home/bude/ossipov/web-home/public_html/fckeditor-java</url>
-    </site>
-  </distributionManagement>
+		<site>
+			<id>uni-space</id>
+			<url>
+				scp://duesseldorf.mi.fu-berlin.de/home/bude/ossipov/web-home/public_html/fckeditor-java
+			</url>
+		</site>
+	</distributionManagement>
 </project>
