Re: maven javadoc aggregator goals (aggregator-jar)

2023-08-21 Thread Christoph Läubrich
There are various issues reported: https://issues.apache.org/jira/browse/MJAVADOC-707 https://issues.apache.org/jira/browse/MJAVADOC-747 https://issues.apache.org/jira/browse/MJAVADOC-769 ... and even more ... Sadly the only solution currently is to use an old version of javadoc plugin (what mi

maven javadoc aggregator goals (aggregator-jar)

2023-08-21 Thread Henning Schmiedehausen
I have a large-ish project that builds JPMS "Automatic-Module-Name" artifacts. At this point, I have the system to create per module javadocs that use Java 9+ style (.../target/apidocs/{module.name}/module-summary.html is the starting page). Now I am trying to aggregate the various artifacts into

Re: [VOTE] Release Apache Maven Archiver version 3.6.1

2023-08-21 Thread Herve Boutemy
+1 Reproducible Build ok: reference build done with JDK 17 on *nix with umask 022 Regards, Hervé On 2023/08/19 10:59:50 Slawomir Jaranowski wrote: > Hi, > > We solved 7 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317922&version=12353169 > > There are still a c

Re: [VOTE] Release Apache Maven Enforcer version 3.4.0

2023-08-21 Thread Herve Boutemy
+1 Reproducible Build ok: reference build done with JDK 17 on *nix with umask 022 Regards, Hervé On 2023/08/19 16:54:40 Slawomir Jaranowski wrote: > Hi, > > We solved 9 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317520&version=12353101 > > There are still a c

Re: Maven plugins and JPMS

2023-08-21 Thread Gary Gregory
Thanks for the feedback Romain. I created https://github.com/moditect/moditect/issues/210 Gary On Mon, Aug 21, 2023 at 7:32 AM Romain Manni-Bucau wrote: > > Hi Gary, > > Most of the module-path listed there is not intended to be used as module > (maven plugin stack is a good example of that) so

Re: Maven plugins and JPMS

2023-08-21 Thread Romain Manni-Bucau
Hi Gary, Most of the module-path listed there is not intended to be used as module (maven plugin stack is a good example of that) so looks like moditech should support classpath option too as the JVM and not assume everything is a module from my window. Romain Manni-Bucau @rmannibucau

Re: Maven plugins and JPMS

2023-08-21 Thread Gary Gregory
I forgot to say: Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9) Maven home: /usr/local/Cellar/maven/3.9.4/libexec Java version: 11.0.20, vendor: Homebrew, runtime: /usr/local/Cellar/openjdk@11/11.0.20/libexec/openjdk.jdk/Contents/Home Default locale: en_US, platform encoding: UTF-8

Maven plugins and JPMS

2023-08-21 Thread Gary Gregory
Are there any plans for getting plugins to build with JPMS? For example, trying to generate a module description with the Moditect plugin fails for the Commons commons-build-plugin: Error: Modules maven.model and maven.model.builder export package org.apache.maven.model.merge to module maven.shar