You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2019/03/26 18:03:45 UTC

[ALL] Maven Magic & Javadoc 9

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

Re: [ALL] Maven Magic & Javadoc 9

Posted by Matt Sicker <bo...@gmail.com>.
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 <ga...@gmail.com> wrote:
>
> 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



-- 
Matt Sicker <bo...@gmail.com>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org