File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 2323 <nexus-staging-maven .version>1.6.7</nexus-staging-maven .version>
2424 <build-helper-maven .version>3.0.0</build-helper-maven .version>
2525 <maven-compiler-plugin .version>3.10.0</maven-compiler-plugin .version>
26+ <maven-checkstyle-plugin .version>3.6.0</maven-checkstyle-plugin .version>
2627
2728 <!-- dependencies -->
2829 <protobuf .version>3.25.5</protobuf .version>
3637
3738 <!-- test dependencies -->
3839 <junit .version>5.8.2</junit .version>
40+
41+ <checkstyle .config.location>checkstyle.xml</checkstyle .config.location>
3942 </properties >
4043
4144 <licenses >
249252 </plugins >
250253 </build >
251254
255+ <reporting >
256+ <plugins >
257+ <plugin >
258+ <groupId >org.apache.maven.plugins</groupId >
259+ <artifactId >maven-checkstyle-plugin</artifactId >
260+ <version >3.6.0</version >
261+ <reportSets >
262+ <reportSet >
263+ <reports >
264+ <report >checkstyle</report >
265+ </reports >
266+ </reportSet >
267+ </reportSets >
268+ </plugin >
269+ </plugins >
270+ </reporting >
271+
252272 <dependencies >
253273 <dependency >
254274 <groupId >com.google.protobuf</groupId >
You can’t perform that action at this time.
0 commit comments