On Thu, 13 Aug 2020 at 11:15, Martin Desruisseaux <[email protected]> wrote: > > Le 13/08/2020 à 11:39, Neil C Smith a écrit : > > > No, this is working fine. Aggregated Javadocs are as expected with all > > module info. > > > Ah? Then I may not have tested correctly. Thanks for correcting me. But > if I remember correctly the discussion on Maven mailing list a few years > ago (I could not find back the link),
I think it might require Javadoc plugin 3.1.0+ IIRC. > > Not sure what exactly you mean by issues with annotation processing? > > > The use of javax.annotation.processing, which allows custom Java code to > be executed when javac encounter annotations. Admittedly not widely > used, but it still possible to want to execute a process for annotation > in all modules together. Yes, I'm using annotation processing. ;-) And across modules. But not sure specifically what you meant by all modules together there? Do you have an example? Best wishes, Neil --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
