o Add the basic template for site.xml.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@426704 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/site.xml b/src/site/site.xml
index 4ce691a..fd2a50f 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -1,10 +1,44 @@
-<project>
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+/*
+ * Copyright 2005-2006 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
+
+<project name="Maven Changelog Plugin">
+  <bannerLeft>
+    <name>Maven Changelog Plugin</name>
+    <src>http://maven.apache.org/images/apache-maven-project.png</src>
+    <href>http://maven.apache.org/</href>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://maven.apache.org/images/maven-small.gif</src>
+  </bannerRight>
   <body>
-    <menu name="Changelog Plugin Quickstart">
+    <links>
+      <item name="Maven 2" href="http://maven.apache.org/maven2/"/>
+    </links>
+
+    <menu name="Overview">
       <item name="Overview" href="howto.html"/>
       <item name="Sample Changelog Report" href="sample-changelog.html"/>
       <item name="Sample Developer Activity Report" href="sample-dev-activity.html"/>
       <item name="Sample File Activity Report" href="sample-file-activity.html"/>
     </menu>
+
+    ${reports}
   </body>
 </project>