File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 189189 <tarLongFileMode >gnu</tarLongFileMode >
190190 </configuration >
191191 </plugin >
192- <!--
193- <plugin>
194- <groupId>org.apache.maven.plugins</groupId>
195- <artifactId>maven-ant-plugin</artifactId>
196- <version>2.1.1-SNAPSHOT</version>
197- </plugin>
198- -->
199192 </plugins >
200193 <pluginManagement >
201194 <plugins >
227220 <plugin >
228221 <groupId >org.apache.maven.plugins</groupId >
229222 <artifactId >maven-checkstyle-plugin</artifactId >
230- <version >2.9.1 </version >
223+ <version >2.15 </version >
231224 <configuration >
232225 <configLocation >${basedir} /src/conf/checkstyle.xml</configLocation >
233226 <enableRulesSummary >false</enableRulesSummary >
239232 <report >checkstyle</report >
240233 </reports >
241234 </reportSet >
242- </reportSets >
235+ </reportSets >
243236 </plugin >
244237 <plugin >
245238 <groupId >org.codehaus.mojo</groupId >
246239 <artifactId >findbugs-maven-plugin</artifactId >
247- <version >2.5.2 </version >
240+ <version >3.0.1 </version >
248241 <configuration >
249242 <threshold >Normal</threshold >
250243 <effort >Default</effort >
You can’t perform that action at this time.
0 commit comments