Added findbugs and statcvs plugins

This commit is contained in:
Carlos Sanchez 2004-11-08 22:11:24 +00:00
parent 9b7996254e
commit 61e18751c3
1 changed files with 16 additions and 0 deletions

View File

@ -243,6 +243,20 @@
<war.bundle>true</war.bundle>
</properties>
</dependency>
<!-- maven plugins -->
<dependency>
<groupId>maven-plugins</groupId>
<artifactId>maven-findbugs-plugin</artifactId>
<version>0.8.4</version>
<type>plugin</type>
</dependency>
<dependency>
<groupId>statcvs</groupId>
<artifactId>maven-statcvs-plugin</artifactId>
<version>2.5</version>
<type>plugin</type>
</dependency>
</dependencies>
<build>
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
@ -289,6 +303,8 @@
<report>maven-tasklist-plugin</report>
<report>maven-faq-plugin</report>
<report>maven-clover-plugin</report>
<report>maven-findbugs-plugin</report>
<report>maven-statcvs-plugin</report>
</reports>
<properties/>
</project>