dion        2003/09/23 22:14:54

  Modified:    src/plugins-build/clover/xdocs properties.xml
               src/plugins-build/clover plugin.properties plugin.jelly
  Log:
  Apply MAVEN-819
  
  Revision  Changes    Path
  1.4       +15 -0     maven/src/plugins-build/clover/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/clover/xdocs/properties.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- properties.xml    10 Jun 2003 13:25:25 -0000      1.3
  +++ properties.xml    24 Sep 2003 05:14:53 -0000      1.4
  @@ -45,6 +45,21 @@
               <code>${maven.build.dir}/clover/database</code>.
             </td>
           </tr>                
  +        <tr>
  +             <td>maven.clover.orderBy</td>   
  +             <td>No</td>
  +             <td>
  +             Specifies the type of report to generate:
  +             <ul>
  +    <li>Alpha -- Alpabetical </li>
  +<li>PcCoveredAsc -- Percent total coverage, ascending <b>(default)</b></li>
  +<li>PcCoveredDesc -- Percent total coverage, descending </li>
  +<li>ElementsCoveredAsc -- Total elements covered, ascending </li>
  +<li>ElementsCoveredDesc -- Total elements covered, descending </li>
  +
  +             </ul>   
  +             </td>
  +        </tr>
         </table>
       </section>
     </body>
  
  
  
  1.3       +1 -0      maven/src/plugins-build/clover/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/clover/plugin.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.properties 10 Jun 2003 13:22:47 -0000      1.2
  +++ plugin.properties 24 Sep 2003 05:14:53 -0000      1.3
  @@ -8,3 +8,4 @@
   maven.build.clover = ${maven.build.dir}/clover
   maven.build.clover.classes = ${maven.build.clover}/classes
   maven.clover.database.dir = ${maven.build.clover}/database
  +maven.clover.orderBy=PcCoveredAsc
  \ No newline at end of file
  
  
  
  1.10      +1 -1      maven/src/plugins-build/clover/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/clover/plugin.jelly,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- plugin.jelly      29 Aug 2003 06:27:52 -0000      1.9
  +++ plugin.jelly      24 Sep 2003 05:14:53 -0000      1.10
  @@ -124,7 +124,7 @@
         <current 
                outfile="${cloverReportDirectory}" 
                title="${pom.name} - ${pom.currentVersion}">
  -        <format type="html" orderBy="ElementsCoveredAsc"/>
  +        <format type="html" orderBy="${maven.clover.orderBy}"/>
         </current>
       </ant:clover-report>
     </goal>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to