Re: Maven site failure

2022-12-30 Thread Apache
False is the default so I left it alone. It also means it is specified in less places. Ralph > On Dec 30, 2022, at 5:26 AM, Gary Gregory wrote: > > Should that setting be flipped such that a Maven module ask to be Javadoc'd? > > Gary > >> On Fri, Dec 30, 2022, 07:23 Volkan Yazıcı wrote: >>

Re: Maven site failure

2022-12-30 Thread Gary Gregory
Should that setting be flipped such that a Maven module ask to be Javadoc'd? Gary On Fri, Dec 30, 2022, 07:23 Volkan Yazıcı wrote: > Agreed. > > Ralph, I see that you have only added `true` to > `log4j-layout-template-json-test` module, why don't we add it to all > `*-test` and `*-its` modules?

Re: Maven site failure

2022-12-30 Thread Volkan Yazıcı
Agreed. Ralph, I see that you have only added `true` to `log4j-layout-template-json-test` module, why don't we add it to all `*-test` and `*-its` modules? That is, `log4j-api-test`, `log4j-core-its`, `log4j-core-test`, etc. On Fri, Dec 30, 2022 at 1:45 AM Ralph Goers wrote: > > > > On Dec 29, 2

Re: Maven site failure

2022-12-29 Thread Ralph Goers
> On Dec 29, 2022, at 5:44 PM, Ralph Goers wrote: > > I am trying to build the web site and it is failing in the javadoc plugin in > log4j-layout-template-json-test because there are public or protected classes > to document. Either the javadoc plugin needs to be disabled for the module or