From: Kai Moritz Date: Wed, 17 Jun 2026 17:31:17 +0000 (+0000) Subject: Remove scm and dependency-info reports (Doxia 1.11.x incompatibility) X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=dc7c563d7791591d73072ba3347dc555d4500a84;p=maven-thymeleaf-skin 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 --- diff --git a/pom.xml b/pom.xml index f0b2aa1..292cce4 100644 --- a/pom.xml +++ b/pom.xml @@ -116,8 +116,6 @@ summary licenses team - scm - dependency-info plugins