You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2007/01/06 01:00:14 UTC

svn commit: r493250 - /maven/maven-1/plugins/trunk/plugins-site/project.properties

Author: aheritier
Date: Fri Jan  5 16:00:14 2007
New Revision: 493250

URL: http://svn.apache.org/viewvc?view=rev&rev=493250
Log:
Clover and dashboard are no more used here
The bug with relative entities in xdocs is now fixed

Modified:
    maven/maven-1/plugins/trunk/plugins-site/project.properties

Modified: maven/maven-1/plugins/trunk/plugins-site/project.properties
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/plugins-site/project.properties?view=diff&rev=493250&r1=493249&r2=493250
==============================================================================
--- maven/maven-1/plugins/trunk/plugins-site/project.properties (original)
+++ maven/maven-1/plugins/trunk/plugins-site/project.properties Fri Jan  5 16:00:14 2007
@@ -26,19 +26,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
 #=====
 maven.multiproject.navigation=independent
@@ -47,9 +34,6 @@
 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