On Tue, Aug 9, 2016 at 1:25 PM, Gilles <[email protected]> wrote:
> In short, you might try this:
>
> <plugins>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-javadoc-plugin</artifactId>
> <configuration>
> <additionalparam>-Xdoclint:none</additionalparam>
> </configuration>
> </plugin>
> </plugins>
>
> If it fixes your problem, I'll commit the change.
>
Yeah, now it's better. Based on this created a patch and attached to the
issue report, since the change wasn't exactly the same.
Best regards,
Artem Barger.