Changeset 2191 for trunk


Ignore:
Timestamp:
11/27/17 14:24:43 (7 years ago)
Author:
pharms
Message:
 
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-generic-event-monitor/pom.xml

    r2182 r2191  
    116116                </executions> 
    117117            </plugin> 
     118            <plugin> 
     119                <groupId>org.codehaus.mojo</groupId> 
     120                <artifactId>findbugs-maven-plugin</artifactId> 
     121                <version>3.0.5</version> 
     122                <configuration> 
     123                    <xmlOutput>true</xmlOutput> 
     124                </configuration> 
     125            </plugin> 
    118126       </plugins> 
    119127  </build> 
  • trunk/autoquest-htmlmonitor/pom.xml

    r2182 r2191  
    159159                </executions> 
    160160            </plugin> 
     161            <plugin> 
     162                <groupId>org.codehaus.mojo</groupId> 
     163                <artifactId>findbugs-maven-plugin</artifactId> 
     164                <version>3.0.5</version> 
     165                <configuration> 
     166                    <xmlOutput>true</xmlOutput> 
     167                </configuration> 
     168            </plugin> 
    161169        </plugins> 
    162170    </build> 
  • trunk/autoquest-httpmonitor/pom.xml

    r2182 r2191  
    109109                </executions> 
    110110            </plugin> 
     111            <plugin> 
     112                <groupId>org.codehaus.mojo</groupId> 
     113                <artifactId>findbugs-maven-plugin</artifactId> 
     114                <version>3.0.5</version> 
     115                <configuration> 
     116                    <xmlOutput>true</xmlOutput> 
     117                </configuration> 
     118            </plugin> 
    111119        </plugins> 
    112120    </build> 
  • trunk/autoquest-jfcmonitor/pom.xml

    r2182 r2191  
    7373                </executions> 
    7474            </plugin> 
     75            <plugin> 
     76                <groupId>org.codehaus.mojo</groupId> 
     77                <artifactId>findbugs-maven-plugin</artifactId> 
     78                <version>3.0.5</version> 
     79                <configuration> 
     80                    <xmlOutput>true</xmlOutput> 
     81                </configuration> 
     82            </plugin> 
    7583        </plugins> 
    7684    </build> 
Note: See TracChangeset for help on using the changeset viewer.