Re: AbstractMethodError at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument

2022-07-17 Thread Sylwester Lachiewicz
Found same issue with javadoc plugin in our dist-check tool Sylwester niedz., 17 lip 2022, 13:57 użytkownik Gary Gregory napisał: > On Sun, Jul 17, 2022 at 7:04 AM Michael Osipov > wrote: > > > > Am 2022-07-17 um 13:02 schrieb Gary Gregory: > > > (Sorry for the top post) So it sounds like the

Re: AbstractMethodError at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument

2022-07-17 Thread Gary Gregory
On Sun, Jul 17, 2022 at 7:04 AM Michael Osipov wrote: > > Am 2022-07-17 um 13:02 schrieb Gary Gregory: > > (Sorry for the top post) So it sounds like the simplest from a user's POV > > is to wait for JDepend 2.1. > > Technically yes, but given the requirements I have depicted I don't > expect any

Re: AbstractMethodError at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument

2022-07-17 Thread Michael Osipov
Am 2022-07-17 um 13:02 schrieb Gary Gregory: (Sorry for the top post) So it sounds like the simplest from a user's POV is to wait for JDepend 2.1. Technically yes, but given the requirements I have depicted I don't expect any release soon. I won't put any effort into this plugin beyond a

Re: AbstractMethodError at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument

2022-07-17 Thread Gary Gregory
(Sorry for the top post) So it sounds like the simplest from a user's POV is to wait for JDepend 2.1. Gary On Sat, Jul 16, 2022, 16:21 Michael Osipov wrote: > Gary, > > went through. It is jdepend-maven-plugin only. With: > > D:\Entwicklung\Projekte\commons-dbcp [master ≡ +0 ~1 -0 !]> git diff

Re: AbstractMethodError at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument

2022-07-16 Thread Michael Osipov
Gary, went through. It is jdepend-maven-plugin only. With: D:\Entwicklung\Projekte\commons-dbcp [master ≡ +0 ~1 -0 !]> git diff diff --git a/pom.xml b/pom.xml index 1269f8b3..694d24e1 100644 --- a/pom.xml +++ b/pom.xml @@ -365,6 +365,11 @@ + +

Re: AbstractMethodError at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument

2022-07-16 Thread Michael Osipov
Am 2022-07-11 um 22:05 schrieb Gary Gregory: On Mon, Jul 11, 2022 at 10:42 AM Tamás Cservenák wrote: Howdy, seems m-site-p 3.11.0 introduced something that broke Maven2 (!!) jdepend plugin (comes from parent). I could make it work like this mvn clean package

Re: AbstractMethodError at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument

2022-07-11 Thread Gary Gregory
On Mon, Jul 11, 2022 at 10:42 AM Tamás Cservenák wrote: > > Howdy, > > seems m-site-p 3.11.0 introduced something that broke Maven2 (!!) jdepend > plugin (comes from parent). > > I could make it work like this > mvn clean package org.apache.maven.plugins:maven-site-plugin:3.10.0:site >

Re: AbstractMethodError at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument

2022-07-11 Thread Tamás Cservenák
Howdy, seems m-site-p 3.11.0 introduced something that broke Maven2 (!!) jdepend plugin (comes from parent). I could make it work like this mvn clean package org.apache.maven.plugins:maven-site-plugin:3.10.0:site -DskipTests (package was needed as then japicmp would fail) HTH T On Mon, Jul

Re: AbstractMethodError at org.apache.maven.plugins.site.render.ReportDocumentRenderer.renderDocument

2022-07-11 Thread Tomo Suzuki
My Maven (3.6.3 + Java 11) also hit the same error from the command, but gave a better explanation: [INFO] Generating "JDepend" report --- jdepend-maven-plugin:2.0:generate-no-fork [WARNING] An issue has occurred with jdepend-maven-plugin:2.0:generate-no-fork report, skipping LinkageError