Re: [parent] Remove javadoc plugin

2022-09-24 Thread Alex Herbert
On Sat, 24 Sept 2022 at 01:16, Gary Gregory wrote: > I never build releases on Java 17, only Java 8 these days. Could this be > addressed in a profile? > But we test on all LTS versions. This breaks the JDK 17 build on RNG on certain platforms. Maven configuration is harder to remove than add w

Re: [parent] Remove javadoc plugin

2022-09-23 Thread Gary Gregory
I never build releases on Java 17, only Java 8 these days. Could this be addressed in a profile? Gary On Fri, Sep 23, 2022, 18:14 Alex Herbert wrote: > Commons parent configures links [1] in the maven javadoc plugin: > > > > ${commons.javadoc.java.link} > >

[parent] Remove javadoc plugin

2022-09-23 Thread Alex Herbert
Commons parent configures links [1] in the maven javadoc plugin: ${commons.javadoc.java.link} ${commons.javadoc.javaee.link} These default to standard locations for the JDK API docs and can be configured using available properties in CP. Ho