]> juplo.de Git - maven-thymeleaf-skin/commitdiff
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)
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

diff --git a/pom.xml b/pom.xml
index f0b2aa12eedcb15ef2131a33955c339f8ab968af..292cce4f811513f480d31cd1e8eb1b6300edbb12 100644 (file)
--- a/pom.xml
+++ b/pom.xml
               <report>summary</report>
               <report>licenses</report>
               <report>team</report>
-              <report>scm</report>
-              <report>dependency-info</report>
               <report>plugins</report>
             </reports>
           </reportSet>