Author: simonetripodi
Date: Tue Aug 9 19:53:05 2011
New Revision: 1155522
URL: http://svn.apache.org/viewvc?rev=1155522&view=rev
Log:
upgrated parent to latest commons-parent release, looks like the old sandbox
parent doesn't bring the right site skin and side reports are not visualized
added the findbugs plugin
Modified:
commons/sandbox/functor/trunk/pom.xml
Modified: commons/sandbox/functor/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/pom.xml?rev=1155522&r1=1155521&r2=1155522&view=diff
==============================================================================
--- commons/sandbox/functor/trunk/pom.xml (original)
+++ commons/sandbox/functor/trunk/pom.xml Tue Aug 9 19:53:05 2011
@@ -21,8 +21,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.commons</groupId>
- <artifactId>commons-sandbox-parent</artifactId>
- <version>9</version>
+ <artifactId>commons-parent</artifactId>
+ <version>21</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
@@ -114,6 +114,15 @@
<reporting>
<plugins>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>findbugs-maven-plugin</artifactId>
+ <version>2.3.2</version>
+ <configuration>
+ <threshold>Normal</threshold>
+ <effort>Default</effort>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.2</version>
<configuration>