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