vmassol     2003/11/05 22:59:15

  Modified:    dashboard/xdocs aggregators.xml
  Added:       dashboard/sample/subproject3 project.properties project.xml
                        .cvsignore
  Log:
  - Added sample with no source code to verify the dashboard goal does not fail
  - Added more explanation for running the clover aggregators
  
  Revision  Changes    Path
  1.1                  maven-plugins/dashboard/sample/subproject3/project.properties
  
  Index: project.properties
  ===================================================================
  # -------------------------------------------------------------------
  # P R O J E C T  P R O P E R T I E S
  # -------------------------------------------------------------------
  maven.xdoc.date=left
  maven.xdoc.version=${pom.currentVersion}
  maven.checkstyle.header.file = ${basedir}/../../../LICENSE.txt
  
  
  
  1.1                  maven-plugins/dashboard/sample/subproject3/project.xml
  
  Index: project.xml
  ===================================================================
  <?xml version="1.0" encoding="ISO-8859-1"?>
  <project>
  
    <!-- the version of maven's project object model -->
    <pomVersion>3</pomVersion>
    
    <!-- a unique name for this project -->
    <id>maven-dashboard-sample-subproject3</id>
    
    <!-- a short but descriptive name for the project -->
    <name>Dashboard Sample Subproject3</name>
    
    <!-- The version of the project under development, e.g.
         1.1, 1.2, 2.0-dev -->
    <currentVersion>1.0</currentVersion>
    
    <!-- details about the organization that 'owns' the project -->
    <organization>
      <name>Apache Software Foundation</name>
      <url>http://jakarta.apache.org/</url>
    </organization>
    
    <!-- the year the project started -->
    <inceptionYear>2003</inceptionYear>
    
    <!-- the top level of java packages that this project defines
         e.g. if your project contains the packages
         com.mycompany.accounts.reports, com.mycompany.accounts.reports
         and com.mycompany.accounts.utils, the package would be
         'com.mycompany.accounts' -->
    <package>org.apache.maven.dashboard.sample.subproject3</package>
    
    <!-- a short description of what the project does -->
    <shortDescription>A sample project using the Dashboard report</shortDescription>
  
    <!-- the project home page -->
    <url>http://maven.apache.org/</url>
  
    <!-- the version control repository and http url for online access
         the connection element has the form:
         scm:<system>:<system specific connection string> -->
    <repository>
      <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven</connection>
      <url>http://cvs.apache.org/viewcvs/maven/</url>
    </repository>
  
    <!-- any mailing lists for the project -->
    <mailingLists/>
    
    <!-- who the developers are for the project -->
    <developers/>
  
    <!-- jar files the project is dependent on -->
    <dependencies/>
    
    <!-- build information for the project -->
    <build/>
  
  </project>
  
  
  1.1                  maven-plugins/dashboard/sample/subproject3/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  target
  maven.log
  
  
  
  1.2       +9 -0      maven-plugins/dashboard/xdocs/aggregators.xml
  
  Index: aggregators.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/dashboard/xdocs/aggregators.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- aggregators.xml   5 Nov 2003 19:26:59 -0000       1.1
  +++ aggregators.xml   6 Nov 2003 06:59:15 -0000       1.2
  @@ -46,6 +46,9 @@
             <td>Clover</td>
             <td>
               Computes total Test Coverage Percentage (TPC) using Clover.
  +            Note: make sure you define <code>maven.clover.report.xml=true</code>
  +            as this aggregators extracts its information from the XML Clover 
  +            report.
             </td>
           </tr>
           <tr>
  @@ -53,6 +56,9 @@
             <td>Clover</td>
             <td>
               Computes total Line Of Code (LOC) using Clover.
  +            Note: make sure you define <code>maven.clover.report.xml=true</code>
  +            as this aggregators extracts its information from the XML Clover 
  +            report.
             </td>
           </tr>
           <tr>
  @@ -60,6 +66,9 @@
             <td>Clover</td>
             <td>
               Computes total Non-Commented Line Of Code (NCLOC) using Clover.
  +            Note: make sure you define <code>maven.clover.report.xml=true</code>
  +            as this aggregators extracts its information from the XML Clover 
  +            report.
             </td>
           </tr>
         </table>
  
  
  

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

Reply via email to