Added findbugs and statcvs plugins
This commit is contained in:
parent
9b7996254e
commit
61e18751c3
16
project.xml
16
project.xml
|
@ -243,6 +243,20 @@
|
||||||
<war.bundle>true</war.bundle>
|
<war.bundle>true</war.bundle>
|
||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</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>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
|
<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
|
||||||
|
@ -289,6 +303,8 @@
|
||||||
<report>maven-tasklist-plugin</report>
|
<report>maven-tasklist-plugin</report>
|
||||||
<report>maven-faq-plugin</report>
|
<report>maven-faq-plugin</report>
|
||||||
<report>maven-clover-plugin</report>
|
<report>maven-clover-plugin</report>
|
||||||
|
<report>maven-findbugs-plugin</report>
|
||||||
|
<report>maven-statcvs-plugin</report>
|
||||||
</reports>
|
</reports>
|
||||||
<properties/>
|
<properties/>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue