aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorWendy Smoak <wsmoak@apache.org>2007-10-14 19:42:15 +0000
committerWendy Smoak <wsmoak@apache.org>2007-10-14 19:42:15 +0000
commit5b45f8574be3d7ef60231dda687d864399d14cb8 (patch)
tree75724c352efb2e2beb09da22498c4da244629ec4 /pom.xml
parentc7ec373166efeecc83e7b8702af64a2b220c1105 (diff)
downloadarchiva-5b45f8574be3d7ef60231dda687d864399d14cb8.tar.gz
archiva-5b45f8574be3d7ef60231dda687d864399d14cb8.zip
Add FindBugs to the project reports.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584593 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ad06ec1a6..65fe683ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -700,6 +700,11 @@
<configLocation>config/maven_checks.xml</configLocation>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>1.1.1</version>
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>changelog-maven-plugin</artifactId>