Changeset 2190


Ignore:
Timestamp:
11/27/17 13:48:46 (7 years ago)
Author:
pharms
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest/pom.xml

    r2182 r2190  
    7171                </executions> 
    7272            </plugin> 
     73            <plugin> 
     74                <groupId>org.codehaus.mojo</groupId> 
     75                <artifactId>findbugs-maven-plugin</artifactId> 
     76                <version>3.0.5</version> 
     77                <configuration> 
     78                    <xmlOutput>true</xmlOutput> 
     79                </configuration> 
     80            </plugin> 
    7381        </plugins> 
    7482    </build> 
Note: See TracChangeset for help on using the changeset viewer.