File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 212212 <commons .scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-cli</commons .scmPubUrl>
213213 <commons .scmPubCheckoutDirectory>site-content</commons .scmPubCheckoutDirectory>
214214 <commons .encoding>utf-8</commons .encoding>
215- <commons .checkstyle.impl.version>9.3</commons .checkstyle.impl.version>
216215 <commons .javadoc.java.link>${commons.javadoc7.java.link} </commons .javadoc.java.link>
217216 <spotbugs .plugin.version>4.7.3.0</spotbugs .plugin.version>
218217 <spotbugs .impl.version>4.7.3</spotbugs .impl.version>
240239 <plugin >
241240 <groupId >org.apache.maven.plugins</groupId >
242241 <artifactId >maven-checkstyle-plugin</artifactId >
243- <version >${commons.checkstyle-plugin.version} </version >
244242 <configuration >
245243 <configLocation >${basedir} /src/conf/checkstyle.xml</configLocation >
246244 <suppressionsLocation >${basedir} /src/conf/checkstyle-suppressions.xml</suppressionsLocation >
247245 <enableRulesSummary >false</enableRulesSummary >
248246 <includeTestSourceDirectory >true</includeTestSourceDirectory >
249247 </configuration >
250- <dependencies >
251- <dependency >
252- <groupId >com.puppycrawl.tools</groupId >
253- <artifactId >checkstyle</artifactId >
254- <version >${commons.checkstyle.impl.version} </version >
255- </dependency >
256- </dependencies >
257248 </plugin >
258249 <plugin >
259250 <groupId >com.github.spotbugs</groupId >
You can’t perform that action at this time.
0 commit comments