Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-27 Thread Maxim Solodovnik
from mobile (sorry for typos ;) On Mon, Mar 27, 2023, 16:20 Tamás Cservenák wrote: > Maxim, > > Sorry, but please be more patient with us :) > The project team is made of volunteers, and they are doing their best. > Thanks for all your hard work and contributions :) But my first email was

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-27 Thread Tamás Cservenák
Maxim, Sorry, but please be more patient with us :) The project team is made of volunteers, and they are doing their best. Thanks Tamas On Mon, Mar 27, 2023 at 3:46 AM Maxim Solodovnik wrote: > I get zero responses for my emails :(( > Maybe I should provide more details? > Or my English is

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-27 Thread Daniel Widdis
Here's a good blog post to link to that explains why all maintainers should do this even if they're not migrating. http://branchandbound.net/blog/java/2017/12/automatic-module-name/ On 3/26/23, 8:13 PM, "Maxim Solodovnik" mailto:solo...@apache.org>> wrote: Thanks a lot for the answer!

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-26 Thread Maxim Solodovnik
Thanks a lot for the answer! I'll try to contact authors of problematic library. It is weirs this library causing the issue, since it's classes are not being used directly (it it is transitive dependency) Compilation is successful and only Javadoc is failing ... On Mon, 27 Mar 2023 at 09:17,

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-26 Thread Daniel Widdis
The root of the problem is the automatic module name generation of the jool-java-8 jar file. By default it becomes jool.java.8 and a number by itself is an illegal portion of a module name. Without using "Automatic-Module-Name" your project builds on the classpath as always. When including

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-26 Thread Maxim Solodovnik
I get zero responses for my emails :(( Maybe I should provide more details? Or my English is not good enough? :( This issue blocks our release process, I'd love to get some help Thanks in advance :) On Sat, 25 Mar 2023 at 23:34, Maxim Solodovnik wrote: > > Here is the sample project:

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-03-25 Thread Maxim Solodovnik
Here is the sample project: https://github.com/solomax/javadoc-exclude The issue is NOT reproducible if "Automatic-Module-Name" is absent On Tue, 14 Feb 2023 at 13:42, Maxim Solodovnik wrote: > > Same results with version 3.5.0 > > On Tue, 14 Feb 2023 at 12:07, Maxim Solodovnik wrote: > > > >

Re: [m-javadoc-plugin] how to exclude transitive dependency

2023-02-13 Thread Maxim Solodovnik
Same results with version 3.5.0 On Tue, 14 Feb 2023 at 12:07, Maxim Solodovnik wrote: > > Hello All, > > I'm getting following error while running `javadoc:3.4.1:jar`: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-javadoc-plugin:3.4.1:jar > (attach-javadocs) on project

[m-javadoc-plugin] how to exclude transitive dependency

2023-02-13 Thread Maxim Solodovnik
Hello All, I'm getting following error while running `javadoc:3.4.1:jar`: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.4.1:jar (attach-javadocs) on project openmeetings-util: Execution attach-javadocs of goal