Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1702)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1703)
@@ -244,4 +244,23 @@
 					</tags>
 				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>
+					maven-project-info-reports-plugin
+				</artifactId>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>dependencies</report>
+							<report>issue-tracking</report>
+							<report>mailing-list</report>
+							<report>license</report>
+							<report>summary</report>
+							<report>project-team</report>
+							<report>scm</report>
+						</reports>
+					</reportSet>
+				</reportSets>
 			</plugin>
 		</plugins>
Index: /FCKeditor.Java/branches/2.4/src/site/apt/index.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/index.apt	(revision 1703)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/index.apt	(revision 1703)
@@ -0,0 +1,1 @@
+This is some sampe index
Index: /FCKeditor.Java/branches/2.4/src/site/resources/css/site.css
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/resources/css/site.css	(revision 1703)
+++ /FCKeditor.Java/branches/2.4/src/site/resources/css/site.css	(revision 1703)
@@ -0,0 +1,11 @@
+body {
+	background-color: #F9F2DE;
+}
+
+#banner {
+	height: 68px;
+}
+
+#banner  a#bannerLeft img {
+	margin: 15px 0 0 30px !important;
+}
Index: /FCKeditor.Java/branches/2.4/src/site/site.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/site.xml	(revision 1703)
+++ /FCKeditor.Java/branches/2.4/src/site/site.xml	(revision 1703)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+	<bannerLeft>
+		<name>FCKeditor Home</name>
+		<src>images/fckeditor-logo.gif</src>
+		<href>http://www.fckeditor.net/</href>
+	</bannerLeft>
+	<body>
+		<menu name="Main Menu">
+			<item name="Introduction" href="index.html" />
+		</menu>
+		<menu ref="reports" />
+	</body>
+</project>
