Re-enable javancss and jcoverage in plugin test: javancss 1.3.1 has a fixed pom, and jcoverage is in the sandbox, so add a dependency.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@537521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2007-05-12 22:20:50 +00:00
parent 21c76e3962
commit 7622152699
3 changed files with 9 additions and 14 deletions

View File

@@ -49,16 +49,19 @@
<type>plugin</type>
</dependency>
<!-- We need to be sure the JavaNCSS plugin is downloaded for the tests -->
<!-- Temporarly disabled - This plugin contains an invalid POM -->
<!-- Maven 1.1 RC1 is more strict than before -->
<!--
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-javancss-plugin</artifactId>
<version>1.3</version>
<version>1.3.1</version>
<type>plugin</type>
</dependency>
<!-- We need to be sure the jcoverage plugin is downloaded for the tests -->
<dependency>
<groupId>maven</groupId>
<artifactId>maven-jcoverage-plugin</artifactId>
<version>1.0.9</version>
<type>plugin</type>
</dependency>
-->
</dependencies>
<build>
<defaultGoal>testPlugin</defaultGoal>

View File

@@ -182,19 +182,14 @@
<ant:echo> Check fbviolations report</ant:echo>
<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}"/>
<!-- jcoverage has been demoted -->
<!-- jcoveragelipc -->
<!--
<ant:echo> Check jcoveragelipc report</ant:echo>
<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[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[3]/td[20]/a/@href)"/>

View File

@@ -41,12 +41,9 @@
<report>maven-findbugs-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-simian-plugin</report>
<report>maven-jcoverage-plugin</report>
<report>maven-tasklist-plugin</report>
<!-- Temporarly disabled - This plugin contains an invalid POM -->
<!-- Maven 1.1 RC1 is more strict than before -->
<!--
<report>maven-javancss-plugin</report>
-->
<report>maven-jira-plugin</report>
</reports>
</project>