You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2005/04/04 10:39:54 UTC

svn commit: r160007 - maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsGeneratedByDashboard maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard

Author: vmassol
Date: Mon Apr  4 01:39:54 2005
New Revision: 160007

URL: http://svn.apache.org/viewcvs?view=rev&rev=160007
Log:
Renamed test projects to more meaningful names

Added:
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsGeneratedByDashboard/
      - copied from r157343, maven/maven-1/plugins/trunk/dashboard/src/plugin-test/subproject2/
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/
      - copied from r157343, maven/maven-1/plugins/trunk/dashboard/src/plugin-test/subproject1/
Modified:
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsGeneratedByDashboard/project.xml
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.properties
    maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml

Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsGeneratedByDashboard/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsGeneratedByDashboard/project.xml?view=diff&r1=157343&r2=160007
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsGeneratedByDashboard/project.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsGeneratedByDashboard/project.xml Mon Apr  4 01:39:54 2005
@@ -19,8 +19,8 @@
 
 <project>
   <extend>${basedir}/../common/project.xml</extend>
-  <id>test-maven-dashboard-plugin-subproject2</id>
-  <name>Maven Dashboard plugin test - Subproject2</name>
+  <id>testIndividualReportsGeneratedByDashboard</id>
+  <name>Test Individual Reports Generated By Dashboard</name>
   <reports>
     <!-- Voluntarily do not put any report that are part of dashboard 
          aggregators. We're forcing the execution of artifact goals using

Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.properties?view=diff&r1=157343&r2=160007
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.properties (original)
+++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.properties Mon Apr  4 01:39:54 2005
@@ -17,3 +17,8 @@
 # -------------------------------------------------------------------
 # P R O J E C T  P R O P E R T I E S
 # -------------------------------------------------------------------
+
+# Make sure that an XML report is generated whenever Clover is run. This is
+# required for subproject1 because the individual reports are not triggered by 
+# the dashboard.
+maven.clover.report.xml = true

Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml?view=diff&r1=157343&r2=160007
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/testIndividualReportsNotGeneratedByDashboard/project.xml Mon Apr  4 01:39:54 2005
@@ -20,8 +20,8 @@
 
 <project>
   <extend>${basedir}/../common/project.xml</extend>
-  <id>test-maven-dashboard-plugin-subproject1</id>
-  <name>Maven Dashboard plugin test - Subproject1</name>
+  <id>testIndividualReportsNotGeneratedByDashboard</id>
+  <name>Test Individual Reports Not Generated By Dashboard</name>
   <dependencies>
     <dependency>
       <groupId>xerces</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org