You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/12/29 00:50:25 UTC

svn commit: r1225395 - /maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml

Author: hboutemy
Date: Wed Dec 28 23:50:25 2011
New Revision: 1225395

URL: http://svn.apache.org/viewvc?rev=1225395&view=rev
Log:
created separate "Results" menu

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml?rev=1225395&r1=1225394&r2=1225395&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/site/site.xml Wed Dec 28 23:50:25 2011
@@ -26,9 +26,11 @@ under the License.
       <item name="Introduction" href="index.html"/>
       <item name="JavaDocs" href="testapidocs/org/apache/maven/it/package-summary.html"/>
       <item name="Source Xref" href="xref-test/org/apache/maven/it/package-summary.html"/>
-      <item name="Surefire Report" href="surefire-report.html"/>
       <!--item name="FAQ" href="faq.html"/-->
     </menu>
+    <menu name="Results">
+      <item name="Surefire Report" href="surefire-report.html"/>
+    </menu>
 
     <menu ref="parent"/>
     <menu ref="reports"/>