Index: /trunk/autoquest/pom.xml
===================================================================
--- /trunk/autoquest/pom.xml	(revision 2189)
+++ /trunk/autoquest/pom.xml	(revision 2190)
@@ -71,4 +71,12 @@
                 </executions>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>findbugs-maven-plugin</artifactId>
+                <version>3.0.5</version>
+                <configuration>
+                    <xmlOutput>true</xmlOutput>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
