From d2097d82e1ad8c4b9f54171361bbcd7770c58be5 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sat, 6 Jan 2007 00:00:14 +0000 Subject: [PATCH] Clover and dashboard are no more used here The bug with relative entities in xdocs is now fixed git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@493250 13f79535-47bb-0310-9956-ffa450edef68 --- plugins-site/project.properties | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/plugins-site/project.properties b/plugins-site/project.properties index 2ba20862..3ac1da73 100644 --- a/plugins-site/project.properties +++ b/plugins-site/project.properties @@ -25,19 +25,6 @@ #===== maven.changelog.basedir=${basedir}/../ -#===== -# Clover plugin settings -#===== -# Make sure we generate a Clover XML report so that the dashboard -# Clover aggregator can extract Clover data -maven.clover.report.xml=true - -#===== -# Dashboard plugin properties -#===== -# Choose aggregators to use for the dashboard plugin report -maven.dashboard.aggregators = csall,clovertpc,cloverloc,cloverncloc,junittests,junitpassrate,simiantdl,tasklist,jiraopen,jirascheduled - #===== # Multiproject plugin settings #===== @@ -47,9 +34,6 @@ maven.multiproject.overviewPage.text=The following Maven plugins are available a maven.multiproject.basedir=${basedir}/.. maven.multiproject.includes=*/project.xml maven.multiproject.excludes=plugins-common/project.xml,plugins-parent/project.xml,plugins-site/project.xml,examples/project.xml,touchstone/project.xml,touchstone-partner/project.xml -# We can't create the documention for the xdoc plugin because of the relative entity bug in Dom4J -# We don't exclude it because we want that it appears in the plugin list. -maven.multiproject.ignoreFailures=true #===== # XDOC plugin settings