Index: /trunk/autoquest-generic-event-monitor/pom.xml
===================================================================
--- /trunk/autoquest-generic-event-monitor/pom.xml	(revision 2190)
+++ /trunk/autoquest-generic-event-monitor/pom.xml	(revision 2191)
@@ -116,4 +116,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>
Index: /trunk/autoquest-htmlmonitor/pom.xml
===================================================================
--- /trunk/autoquest-htmlmonitor/pom.xml	(revision 2190)
+++ /trunk/autoquest-htmlmonitor/pom.xml	(revision 2191)
@@ -159,4 +159,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>
Index: /trunk/autoquest-httpmonitor/pom.xml
===================================================================
--- /trunk/autoquest-httpmonitor/pom.xml	(revision 2190)
+++ /trunk/autoquest-httpmonitor/pom.xml	(revision 2191)
@@ -109,4 +109,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>
Index: /trunk/autoquest-jfcmonitor/pom.xml
===================================================================
--- /trunk/autoquest-jfcmonitor/pom.xml	(revision 2190)
+++ /trunk/autoquest-jfcmonitor/pom.xml	(revision 2191)
@@ -73,4 +73,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>
