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