Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1720)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1721)
@@ -58,5 +58,4 @@
 	</dependencies>
 	<build>
-		<finalName>FCKeditor-${project.version}</finalName>
 		<plugins>
 			<plugin>
@@ -84,16 +83,4 @@
 							<target>1.5</target>
 						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-			<plugin>
-				<artifactId>maven-site-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>make-site</id>
-						<phase>package</phase>
-						<goals>
-							<goal>site</goal>
-						</goals>
 					</execution>
 				</executions>
@@ -131,5 +118,5 @@
 					</webResources>
 					<warSourceExcludes>
-						WEB-INF/web_*.xml,WEB-INF/tld/
+						WEB-INF/tld/
 					</warSourceExcludes>
 				</configuration>
@@ -245,4 +232,8 @@
 					</reportSet>
 				</reportSets>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-changelog-plugin</artifactId>
 			</plugin>
 		</plugins>
@@ -368,8 +359,14 @@
 	</prerequisites>
 	<distributionManagement>
+		<repository>
+			<id>uni-space</id>
+			<url>
+				scp://duesseldorf.mi.fu-berlin.de/home/bude/ossipov/web-home/m2repo/releases
+			</url>
+		</repository>
 		<snapshotRepository>
 			<id>uni-space</id>
 			<url>
-				scp://duesseldorf.mi.fu-berlin.de/home/bude/ossipov/web-home/m2repo
+				scp://duesseldorf.mi.fu-berlin.de/home/bude/ossipov/web-home/m2repo/snapshots
 			</url>
 		</snapshotRepository>
