[MNGSITE-152] moved license and download links to release root

git-svn-id: https://svn.apache.org/repos/asf/maven/enforcer/trunk@1605465 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/maven-enforcer-plugin/src/site/site.xml b/maven-enforcer-plugin/src/site/site.xml
index c985d09..42139cf 100644
--- a/maven-enforcer-plugin/src/site/site.xml
+++ b/maven-enforcer-plugin/src/site/site.xml
@@ -31,7 +31,7 @@
       <item name="Standard Rules" href="../../enforcer/enforcer-rules/index.html"/>
       <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
       <item name="License" href="http://www.apache.org/licenses/"/>
-      <item name="Download" href="download.html"/>
+      <item name="Download" href="../download.html"/>
     </menu>
     <menu name="Custom Rules">
       <item name="Writing a custom rule" href="../../enforcer/enforcer-api/writing-a-custom-rule.html"/>
diff --git a/maven-enforcer-plugin/src/site/resources/download.cgi b/src/site/resources/download.cgi
similarity index 100%
rename from maven-enforcer-plugin/src/site/resources/download.cgi
rename to src/site/resources/download.cgi
diff --git a/src/site/site.xml b/src/site/site.xml
index f2ee287..e8f7d4d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -29,6 +29,14 @@
       <item name="Maven" href="http://maven.apache.org/index.html" />
       <item name="Enforcer" href="http://maven.apache.org/enforcer/index.html" />
     </breadcrumbs>
+
+    <menu name="Overview">
+      <item name="Introduction" href="index.html"/>
+      <!-- According to http://jira.codehaus.org/browse/MNGSITE-152 -->
+      <item name="License" href="http://www.apache.org/licenses/"/>
+      <item name="Download" href="download.html"/>
+    </menu>
+
     <menu ref="modules" />
   </body>
 </project>
diff --git a/maven-enforcer-plugin/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
similarity index 100%
rename from maven-enforcer-plugin/src/site/xdoc/download.xml.vm
rename to src/site/xdoc/download.xml.vm