This might work:
https://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html#jdkToolchain
Combine with profiles to activate by default when using jdk 9+.
On Tue, 26 Mar 2019 at 13:04, Gary Gregory wrote:
>
> Hi All:
>
> Is it possible to tell Maven using the toolchains.xml to use Jav
Hi All:
Is it possible to tell Maven using the toolchains.xml to use Java >= 9 if
present to run Javadoc?
Starting with Java 9, Javadoc creates _searchable_ Javadoc's, the top right
of the page has a search box, quite handy.
If would be nice to add this to commons-parent.
Gary