[nobug] run findbugs from Maven build directly.
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml b/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml
index 06c7d90..cb29a77 100644
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml
+++ b/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml
@@ -14,18 +14,6 @@
 	<version>1.1.0</version>
 	<packaging>eclipse-test-plugin</packaging>
 	<name>PsychoPath XPath 2.0 Processor: Tests</name>
-   <reporting>
-      <plugins>
-         <plugin>
-            <groupId>org.codehaus.mojo</groupId>
-            <artifactId>findbugs-maven-plugin</artifactId>
-            <version>0.0.0</version>
-            <configuration>
-               <skip>true</skip>
-            </configuration>
-         </plugin>
-      </plugins>
-   </reporting>   
 
 	<build>
         	<plugins>