]> juplo.de Git - maven-thymeleaf-skin/commit
Remove scm and dependency-info reports (Doxia 1.11.x incompatibility)
authorKai Moritz <kai.milan.moritz@googlemail.com>
Wed, 17 Jun 2026 17:31:17 +0000 (17:31 +0000)
committerKai Moritz <kai@juplo.de>
Wed, 17 Jun 2026 20:05:58 +0000 (22:05 +0200)
commitdc7c563d7791591d73072ba3347dc555d4500a84
treeede7b55c48185c4d95ef2c053a6a4b6d8b3ff119
parentc01f7ce6769931f76c7a6294381594954489b179
Remove scm and dependency-info reports (Doxia 1.11.x incompatibility)

Both reports fail at runtime with NoSuchMethodError: Sink.verbatim()
because maven-project-info-reports-plugin 3.7.0 uses an older
maven-reporting-impl that calls the no-arg verbatim() variant, which
was removed in Doxia 1.11.x (shipped with maven-site-plugin 3.12.1).

The information covered by these reports (SCM URLs, Maven coordinates)
is already documented in index.md and visible in the POM.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
pom.xml