Skip to content

Commit 6a2ce91

Browse files
horghclaude
andcommitted
Remove unused checkstyle reporting config
The reporting section for checkstyle is not used - mvn site is never run in CI or documented in release process. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 10dcaf1 commit 6a2ce91

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

pom.xml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -255,26 +255,6 @@
255255
<japicmp.baselineVersion>4.0.0</japicmp.baselineVersion>
256256
</properties>
257257

258-
<reporting>
259-
<plugins>
260-
<plugin>
261-
<groupId>org.apache.maven.plugins</groupId>
262-
<artifactId>maven-checkstyle-plugin</artifactId>
263-
<version>3.6.0</version>
264-
<reportSets>
265-
<reportSet>
266-
<reports>
267-
<report>checkstyle</report>
268-
</reports>
269-
<configuration>
270-
<includeTestSourceDirectory>true</includeTestSourceDirectory>
271-
</configuration>
272-
</reportSet>
273-
</reportSets>
274-
</plugin>
275-
</plugins>
276-
</reporting>
277-
278258
<distributionManagement>
279259
<repository>
280260
<id>sonatype-nexus-staging</id>

0 commit comments

Comments
 (0)