Changeset 458


Ignore:
Timestamp:
07/24/12 15:06:25 (12 years ago)
Author:
pharms
Message:

added findbugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-core-tasktrees/pom.xml

    r451 r458  
    2727    </plugins> 
    2828  </build> 
     29  <reporting> 
     30    <plugins> 
     31      <plugin> 
     32        <groupId>org.codehaus.mojo</groupId> 
     33        <artifactId>findbugs-maven-plugin</artifactId> 
     34        <version>2.5.1</version> 
     35      </plugin> 
     36    </plugins> 
     37  </reporting> 
    2938</project> 
Note: See TracChangeset for help on using the changeset viewer.