From 7ac9be500dbf1c6f72413bcff0b8086572a0b700 Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 5 Nov 2004 14:49:55 +0000 Subject: [PATCH] Added Findbugs aggregators which were missing. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116201 13f79535-47bb-0310-9956-ffa450edef68 --- .../aggregators/fbfiles.jelly | 41 +++++++++++++++++++ .../aggregators/fbviolations.jelly | 41 +++++++++++++++++++ dashboard/xdocs/changes.xml | 3 ++ 3 files changed, 85 insertions(+) create mode 100644 dashboard/src/plugin-resources/aggregators/fbfiles.jelly create mode 100644 dashboard/src/plugin-resources/aggregators/fbviolations.jelly diff --git a/dashboard/src/plugin-resources/aggregators/fbfiles.jelly b/dashboard/src/plugin-resources/aggregators/fbfiles.jelly new file mode 100644 index 00000000..2cca6165 --- /dev/null +++ b/dashboard/src/plugin-resources/aggregators/fbfiles.jelly @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + diff --git a/dashboard/src/plugin-resources/aggregators/fbviolations.jelly b/dashboard/src/plugin-resources/aggregators/fbviolations.jelly new file mode 100644 index 00000000..3d962f38 --- /dev/null +++ b/dashboard/src/plugin-resources/aggregators/fbviolations.jelly @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + diff --git a/dashboard/xdocs/changes.xml b/dashboard/xdocs/changes.xml index 30cd2880..37d52c6f 100644 --- a/dashboard/xdocs/changes.xml +++ b/dashboard/xdocs/changes.xml @@ -25,6 +25,9 @@ + + Added Findbugs aggregators which were missing. + Added dashboard report example to the Dashboard plugin web site.