Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1375)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1376)
@@ -122,5 +122,16 @@
 				</executions>
 			</plugin>
-			
+			<plugin>
+			<artifactId>maven-site-plugin</artifactId>
+			<executions>
+					<execution>
+						<id>make-site</id>
+						<phase>package</phase>
+						<goals>
+							<goal>site</goal>
+						</goals>
+					</execution>
+				</executions>
+				</plugin>
 			<plugin>
 				<artifactId>maven-assembly-plugin</artifactId>
@@ -135,4 +146,13 @@
 					</descriptors>
 				</configuration>
+				<executions>
+					<execution>
+						<id>make-assembly</id>
+						<phase>package</phase>
+						<goals>
+							<goal>attached</goal>
+						</goals>
+					</execution>
+				</executions>
 			</plugin>
 			<plugin>
@@ -159,4 +179,13 @@
 					</warSourceExcludes>
 				</configuration>
+				<executions>
+					<execution>
+						<id>make-war</id>
+						<phase>package</phase>
+						<goals>
+							<goal>war</goal>
+						</goals>
+					</execution>
+				</executions>
 			</plugin>
 			<plugin>
