Re: NPE in AbstractMavenReport.execute, because 'this.siteTool' is null

2023-10-10 Thread Alexander Kriegisch
Hello Hervé. I am sorry, if my explanations were too complicated for you. I just repeated everything from scratch for you, directly from my Git Bash console: $ git clone

Re: NPE in AbstractMavenReport.execute, because 'this.siteTool' is null

2023-10-10 Thread Herve Boutemy
I tried to build the project and see the failure, but could not and reading explanations did not help me what we need is a basic commit that works, followed by a PR upgrading Doxia and that does not work with the NPE that you are saying happens Regards, Hervé On 2023/10/10 02:44:08 Alexander

Re: Dependency JDK convergence rule?

2023-10-10 Thread Slawomir Jaranowski
Hi, Did you try: https://www.mojohaus.org/extra-enforcer-rules/enforceBytecodeVersion.html wt., 10 paź 2023 o 14:40 Florent Biville napisał(a): > Hello, > > I could not find what I'm looking for in the built-in rules of the enforcer > plugin:

Dependency JDK convergence rule?

2023-10-10 Thread Florent Biville
Hello, I could not find what I'm looking for in the built-in rules of the enforcer plugin: https://maven.apache.org/enforcer/enforcer-rules/index.html. Is there something available today to make sure that all dependencies have the same JDK baseline? Is it even feasible to implement such a check?