Repository: maven-surefire
Updated Branches:
  refs/heads/master b9736e4dd -> 4682a57ad


[MNGSITE-152] added download and license links to plugins

Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/4682a57a
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/4682a57a
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/4682a57a

Branch: refs/heads/master
Commit: 4682a57ad8759ef210a58ab749d9d124484db11a
Parents: b9736e4
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Wed Jun 25 18:49:24 2014 +0200
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Wed Jun 25 18:49:24 2014 +0200

----------------------------------------------------------------------
 maven-surefire-plugin/src/site/site.xml        | 6 +++---
 maven-surefire-report-plugin/src/site/site.xml | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/4682a57a/maven-surefire-plugin/src/site/site.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/src/site/site.xml 
b/maven-surefire-plugin/src/site/site.xml
index 97f781f..3724c87 100644
--- a/maven-surefire-plugin/src/site/site.xml
+++ b/maven-surefire-plugin/src/site/site.xml
@@ -23,9 +23,6 @@
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 
http://maven.apache.org/xsd/decoration-1.0.0.xsd";>
 
-
-
-
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
@@ -35,6 +32,9 @@
       <item name="API" href="api.html"/>
       <item name="FAQ" href="faq.html"/>
       <item name="Developing" href="developing.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 name="Examples">
       <item name="Using TestNG" href="examples/testng.html"/>

http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/4682a57a/maven-surefire-report-plugin/src/site/site.xml
----------------------------------------------------------------------
diff --git a/maven-surefire-report-plugin/src/site/site.xml 
b/maven-surefire-report-plugin/src/site/site.xml
index 4a22043..d638885 100644
--- a/maven-surefire-report-plugin/src/site/site.xml
+++ b/maven-surefire-report-plugin/src/site/site.xml
@@ -27,6 +27,9 @@
       <item name="Goals" href="plugin-info.html"/>
       <item name="Usage" href="usage.html"/>
       <item name="FAQ" href="faq.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 name="Examples">
       <item name="Showing Only Failed Tests" 
href="examples/show-failures.html"/>

Reply via email to