You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2008/12/18 01:25:30 UTC

svn commit: r727600 - in /maven/sandbox/trunk/reports: maven-plugins-fixed-html.vm maven-plugins-html.vm

Author: aheritier
Date: Wed Dec 17 16:25:29 2008
New Revision: 727600

URL: http://svn.apache.org/viewvc?rev=727600&view=rev
Log:
Cosmetic changes

Modified:
    maven/sandbox/trunk/reports/maven-plugins-fixed-html.vm
    maven/sandbox/trunk/reports/maven-plugins-html.vm

Modified: maven/sandbox/trunk/reports/maven-plugins-fixed-html.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/reports/maven-plugins-fixed-html.vm?rev=727600&r1=727599&r2=727600&view=diff
==============================================================================
--- maven/sandbox/trunk/reports/maven-plugins-fixed-html.vm (original)
+++ maven/sandbox/trunk/reports/maven-plugins-fixed-html.vm Wed Dec 17 16:25:29 2008
@@ -13,7 +13,6 @@
     <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />                                                
   </head>
   <body>
-    <h1>Plugins with issues that are fixed but unreleased, by descending vote count</h1>
     #foreach( $project in $projects )
     #set( $url = "http://jira.codehaus.org/secure/IssueNavigator.jspa?view=rss&pid=${project.id}&fixfor=-2&status=5&status=6&sorter/field=issuekey&sorter/order=DESC&tempMax=100&reset=true&decorator=none" )
     #set( $jirarss = $rss.fetch( $url ) )
@@ -21,8 +20,24 @@
     ## keep the issues in case you want them later
     #set( $project.attributes.issues = $jirarss.issues )
     #end
+	<h1>Plugins overview</h1>
+	<p>Plugins with issues that are fixed but unreleased, by descending vote count</p>
+    <table align="center">
+      <tr>
+		<th>Plugin</th>
+		<th>Number of votes</th>
+	  </tr>
+	#foreach( $project in $projects.descending("@totalVotes") )
+	  <tr>
+		<td><a href="#$project.name">$project.name</a></td>
+		<td>$project.attributes.totalVotes</td>
+	  </tr>
+	#end
+    </table>
+    <h1>Plugins details</h1>
     #foreach( $project in $projects.descending("@totalVotes") )
-    <h1>$project.attributes.totalVotes  $project.name</h1>
+    <a name="$project.name"/><h2>$project.name</h2>
+    <p>$project.attributes.totalVotes votes</p>
     <table width="90%" align="center">
       <tr>
 		<th>Votes</th>

Modified: maven/sandbox/trunk/reports/maven-plugins-html.vm
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/reports/maven-plugins-html.vm?rev=727600&r1=727599&r2=727600&view=diff
==============================================================================
--- maven/sandbox/trunk/reports/maven-plugins-html.vm (original)
+++ maven/sandbox/trunk/reports/maven-plugins-html.vm Wed Dec 17 16:25:29 2008
@@ -36,7 +36,8 @@
     </table>
     <h1>Plugins details</h1>
 	#foreach( $project in $projects.descending("@totalVotes") ) 
-    <a name="$project.name"/><h2>$project.attributes.totalVotes  $project.name</h2>
+    <a name="$project.name"/><h2>$project.name</h2>
+    <p>$project.attributes.totalVotes votes</p>
     <table align="center">
       <tr>
 		<th>Votes</th>