Author: vmassol
Date: Mon Apr 4 01:38:36 2005
New Revision: 160006
URL: http://svn.apache.org/viewcvs?view=rev&rev=160006
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/
Removed:
maven/maven-1/plugins/trunk/dashboard/src/plugin-test/subproject1/
maven/maven-1/plugins/trunk/dashboard/src/plugin-test/subproject2/
maven/maven-1/plugins/trunk/dashboard/src/plugin-test/subproject3/
Modified:
maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties
maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml
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/common/project.properties
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties?view=diff&r1=160005&r2=160006
==============================================================================
---
maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties
(original)
+++
maven/maven-1/plugins/trunk/dashboard/src/plugin-test/common/project.properties
Mon Apr 4 01:38:36 2005
@@ -36,7 +36,4 @@
# by the subprojects and thus they don't need to define it again.
maven.dashboard.aggregators =
csall,cserrors,cswarnings,csfiles,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,junitfailures,juniterrors,simiantdl,pmdfiles,pmdviolations,fbfiles,fbviolations,jcoveragelipc,jcoverageloc,tasklistclass,tasklistmethod,tasklist,scmchangedfiles,scmchangedcommit,javancssclassestotal,javancssfunctionstotal,javancssncsstotal,javancsspackagestotal,javancssjavadocstotal
-# Make sure that an XML report is generated whenever Clover is run. Also
-# inherited by the subprojects.
-maven.clover.report.xml = true
maven.junit.fork=true
Modified: maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml
URL:
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml?view=diff&r1=160005&r2=160006
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/src/plugin-test/maven.xml Mon Apr 4
01:38:36 2005
@@ -67,149 +67,150 @@
<ant:echo>Check tasklistclass aggregator</ant:echo>
<x:set var="title" select="string($doc//body/section/table/tr[1]/th[20])"/>
<assert:assertEquals expected="Classes Tasks" value="${title}"/>
- <x:set var="taskCount"
select="string($doc//body/section/table/tr[2]/td[20]/a)"/>
+ <x:set var="taskCount"
select="string($doc//body/section/table/tr[3]/td[20]/a)"/>
<assert:assertEquals expected="1" value="${taskCount}"/>
<!-- TasklistMethod aggregator test -->
<ant:echo>Check tasklistmethod aggregator</ant:echo>
<x:set var="title" select="string($doc//body/section/table/tr[1]/th[21])"/>
<assert:assertEquals expected="Methods Tasks" value="${title}"/>
- <x:set var="taskCount"
select="string($doc//body/section/table/tr[2]/td[21]/a)"/>
+ <x:set var="taskCount"
select="string($doc//body/section/table/tr[3]/td[21]/a)"/>
<assert:assertEquals expected="2" value="${taskCount}"/>
<!-- Tasklist aggregator test -->
<ant:echo>Check tasklist aggregator</ant:echo>
<x:set var="title" select="string($doc//body/section/table/tr[1]/th[22])"/>
<assert:assertEquals expected="All Tasks" value="${title}"/>
- <x:set var="taskCount"
select="string($doc/document/body/section/table/tr[2]/td[22]/a)"/>
+ <x:set var="taskCount"
select="string($doc/document/body/section/table/tr[3]/td[22]/a)"/>
<assert:assertEquals expected="3" value="${taskCount}"/>
<!-- SCM Changed Files aggregator test -->
<ant:echo>Check SCM changed file aggregator</ant:echo>
<x:set var="title"
select="string($doc/document/body/section/table/tr[1]/th[23])"/>
<assert:assertEquals expected="SCM Changed Files" value="${title}"/>
- <x:set var="taskCount"
select="string($doc/document/body/section/table/tr[2]/td[23]/a)"/>
+ <x:set var="taskCount"
select="string($doc/document/body/section/table/tr[3]/td[23]/a)"/>
<assert:assertEquals expected="8" value="${taskCount}"/>
<!-- SCM Changed Commit aggregator test -->
<ant:echo>Check SCM commit aggregator</ant:echo>
<x:set var="title"
select="string($doc/document/body/section/table/tr[1]/th[24])"/>
<assert:assertEquals expected="SCM commits" value="${title}"/>
- <x:set var="taskCount"
select="string($doc/document/body/section/table/tr[2]/td[24]/a)"/>
+ <x:set var="taskCount"
select="string($doc/document/body/section/table/tr[3]/td[24]/a)"/>
<assert:assertEquals expected="4" value="${taskCount}"/>
<!-- Check generation of the URL on the index page of each project -->
<ant:echo>Check that projects have a link to their index.html
page</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[1]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/index.html"
value="${URL}"/>
- <x:set var="URLText"
select="string($doc/document/body/section/table/tr[2]/td[1]/a)"/>
- <assert:assertEquals expected="Maven Dashboard plugin test - Subproject1"
value="${URLText}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[1]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/index.html"
value="${URL}"/>
+ <x:set var="URLText"
select="string($doc/document/body/section/table/tr[3]/td[1]/a)"/>
+ <assert:assertEquals expected="Test Individual Reports Not Generated By
Dashboard" value="${URLText}"/>
<!-- Check the link generation to the detail reports -->
<!-- Subproject1 has report: we check that the link to the report exist -->
- <ant:echo>Check that subproject1 has a link to the checkstyle
report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[2]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/checkstyle-report.html"
value="${URL}"/>
- <!-- Subproject2 has no HTML report generated (there are no reports
defined in subproject2's
- project.xml): we check that the link to the report does not exist -->
- <ant:echo>Check that subproject2 has no link to the checkstyle
report</ant:echo>
+ <ant:echo>Check that testIndividualReportsNotGeneratedByDashboard has a
link to the checkstyle report</ant:echo>
<x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[2]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/checkstyle-report.html"
value="${URL}"/>
+ <!-- testIndividualReportsGeneratedByDashboard has no HTML report
generated (there are no
+ reports defined in subproject2's project.xml): we check that the link
to the report does
+ not exist -->
+ <ant:echo>Check that testIndividualReportsGeneratedByDashboard has no link
to the checkstyle report</ant:echo>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[2]/a/@href)"/>
<assert:assertEquals expected="" value="${URL}"/>
<!-- Now we check the link generation for all aggregators -->
<ant:echo>Check the link to the detailed report for each
aggregator</ant:echo>
<!-- csall -->
<ant:echo> Check csallreport</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[2]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/checkstyle-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[2]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/checkstyle-report.html"
value="${URL}"/>
<!-- cserrors -->
<ant:echo> Check cserrors report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[3]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/checkstyle-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[3]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/checkstyle-report.html"
value="${URL}"/>
<!-- cswarnings -->
<ant:echo> Check cswarnings report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[4]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/checkstyle-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[4]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/checkstyle-report.html"
value="${URL}"/>
<!-- csfiles -->
<ant:echo> Check csfiles report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[5]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/checkstyle-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[5]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/checkstyle-report.html"
value="${URL}"/>
<!-- clovertpc -->
<ant:echo> Check clovertpc report</ant:echo>
- <x:set var="URL"
select="string($doc//document/body/section/table/tr[2]/td[6]/table/tr/td/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/clover/index.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[6]/table/tr/td/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/clover/index.html"
value="${URL}"/>
<!-- cloverloc -->
<ant:echo> Check cloverloc report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[7]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/clover/index.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[7]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/clover/index.html"
value="${URL}"/>
<!-- cloverncloc -->
<ant:echo> Check cloverncloc report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[8]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/clover/index.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[8]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/clover/index.html"
value="${URL}"/>
<!-- junittests -->
<ant:echo> Check junittests report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[9]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/junit-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[9]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/junit-report.html"
value="${URL}"/>
<!-- junitpassrate -->
<ant:echo> Check junitpassrate report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[10]/table/tr[1]/td[1]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/junit-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[10]/table/tr[1]/td[1]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/junit-report.html"
value="${URL}"/>
<!-- junitfailures -->
<ant:echo> Check junitfailures report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[11]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/junit-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[11]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/junit-report.html"
value="${URL}"/>
<!-- juniterrors -->
<ant:echo> Check juniterrors report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[12]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/junit-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[12]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/junit-report.html"
value="${URL}"/>
<!-- simiantdl -->
<ant:echo> Check simiantdl report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[13]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/simian-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[13]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/simian-report.html"
value="${URL}"/>
<!-- pmdfiles -->
<ant:echo> Check pmdfiles report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[14]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/pmd-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[14]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/pmd-report.html"
value="${URL}"/>
<!-- pmdviolations 15 -->
<ant:echo> Check pmdviolations report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[15]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/pmd-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[15]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/pmd-report.html"
value="${URL}"/>
<!-- fbfiles -->
<ant:echo> Check fbfiles report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[16]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/findbugs-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[16]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/findbugs-report.html"
value="${URL}"/>
<!-- fbviolations -->
<ant:echo> Check fbviolations report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[17]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/findbugs-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[17]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/findbugs-report.html"
value="${URL}"/>
<!-- jcoveragelipc -->
<ant:echo> Check jcoveragelipc report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[18]/table/tr[1]/td[1]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/jcoverage/index.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[18]/table/tr[1]/td[1]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/jcoverage/index.html"
value="${URL}"/>
<!-- jcoverageloc -->
<ant:echo> Check jcoverageloc report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[19]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/jcoverage/index.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[19]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/jcoverage/index.html"
value="${URL}"/>
<!-- tasklistclass -->
<ant:echo> Check tasklistclass report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[20]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/task-list.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[20]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/task-list.html"
value="${URL}"/>
<!-- tasklistmethod -->
<ant:echo> Check tasklistmethod report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[21]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/task-list.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[21]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/task-list.html"
value="${URL}"/>
<!-- tasklist -->
<ant:echo> Check tasklist report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[22]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/task-list.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[22]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/task-list.html"
value="${URL}"/>
<!-- scmchangedfiles -->
<ant:echo> Check scmchangedfiles report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[23]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/file-activity-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[23]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/file-activity-report.html"
value="${URL}"/>
<!-- scmchangedcommit -->
<ant:echo> Check scmchangedcommit report</ant:echo>
- <x:set var="URL"
select="string($doc/document/body/section/table/tr[2]/td[24]/a/@href)"/>
- <assert:assertEquals
expected="multiproject/test-maven-dashboard-plugin-subproject1/changelog-report.html"
value="${URL}"/>
+ <x:set var="URL"
select="string($doc/document/body/section/table/tr[3]/td[24]/a/@href)"/>
+ <assert:assertEquals
expected="multiproject/testIndividualReportsNotGeneratedByDashboard/changelog-report.html"
value="${URL}"/>
</goal>
</project>
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=160006
==============================================================================
---
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:38:36 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=160006
==============================================================================
---
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:38:36 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=160006
==============================================================================
---
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:38:36 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]