]> 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.milan.moritz@googlemail.com>
Wed, 17 Jun 2026 17:31:17 +0000 (17:31 +0000)
commita611db9d5ea0326b1fbdb0f103c9674ca1131552
treeede7b55c48185c4d95ef2c053a6a4b6d8b3ff119
parentbb26939842d95e43b5bf270c75b1207fd692bf6e
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