You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Gary Gregory <ga...@gmail.com> on 2019/09/12 13:38:07 UTC

Javadoc and -Xdoclint/package:([-]) packages

Hi All:

This does not seem to work with Apache Commons Configuration, Maven 3.6.2,
and the Maven Javadoc Plugin 3.1.1.:

mvn javadoc:javadoc
-Ddoclint/package:-org.apache.commons.configuration2.plist.*

See https://docs.oracle.com/en/java/javase/11/tools/javadoc.html

Am I doing something wrong?

Gary

Re: Javadoc and -Xdoclint/package:([-]) packages

Posted by Gary Gregory <ga...@gmail.com>.
I got it to work with a low-level option:

cls & mvn javadoc:javadoc
-DadditionalJOption=-Xdoclint/package:-org.apache.commons.configuration2.plist

Will  doclint/package be made available as a standard configuration option?

Gary

On Thu, Sep 12, 2019 at 9:38 AM Gary Gregory <ga...@gmail.com> wrote:

> Hi All:
>
> This does not seem to work with Apache Commons Configuration, Maven 3.6.2,
> and the Maven Javadoc Plugin 3.1.1.:
>
> mvn javadoc:javadoc
> -Ddoclint/package:-org.apache.commons.configuration2.plist.*
>
> See https://docs.oracle.com/en/java/javase/11/tools/javadoc.html
>
> Am I doing something wrong?
>
> Gary
>
>
>