]> source.dussan.org Git - archiva.git/commitdiff
Add FindBugs to the project reports.
authorWendy Smoak <wsmoak@apache.org>
Sun, 14 Oct 2007 19:42:15 +0000 (19:42 +0000)
committerWendy Smoak <wsmoak@apache.org>
Sun, 14 Oct 2007 19:42:15 +0000 (19:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@584593 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index ad06ec1a62510c4fd87d10fde3e510738927805e..65fe683ec1acc8110fab40955aa1b0d9ea98ed86 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <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>