File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 193193 </properties >
194194
195195 <build >
196- <defaultGoal >clean verify apache-rat:check clirr:check javadoc:javadoc</defaultGoal >
196+ <defaultGoal >clean verify apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc</defaultGoal >
197197 <plugins >
198198 <plugin >
199199 <artifactId >maven-assembly-plugin</artifactId >
226226 </ignorePathsToDelete >
227227 </configuration >
228228 </plugin >
229+ <plugin >
230+ <groupId >org.apache.maven.plugins</groupId >
231+ <artifactId >maven-checkstyle-plugin</artifactId >
232+ <version >2.15</version >
233+ <configuration >
234+ <configLocation >${basedir} /src/conf/checkstyle.xml</configLocation >
235+ <enableRulesSummary >false</enableRulesSummary >
236+ <suppressionsLocation >${basedir} /src/conf/checkstyle-suppressions.xml</suppressionsLocation >
237+ </configuration >
238+ </plugin >
239+ <plugin >
240+ <groupId >org.codehaus.mojo</groupId >
241+ <artifactId >findbugs-maven-plugin</artifactId >
242+ <version >3.0.1</version >
243+ <configuration >
244+ <threshold >Normal</threshold >
245+ <effort >Default</effort >
246+ <excludeFilterFile >${basedir} /src/conf/findbugs-exclude-filter.xml</excludeFilterFile >
247+ </configuration >
248+ </plugin >
229249 </plugins >
230250 </pluginManagement >
231251 </build >
You can’t perform that action at this time.
0 commit comments