How to work around the stricter Java 8 Javadoc when using Maven

后端 未结 5 2159
感动是毒
感动是毒 2020-12-02 05:44

You\'ll quickly realize that JDK8 is a lot more strict (by default) when it comes to Javadoc. (link - see last bullet point)

If you never generate any Javadoc then o

5条回答
  •  [愿得一人]
    2020-12-02 06:07

    Note that for the error no summary or caption for table, using

    won't work anymore. If that's your situation, add a
    element to your table, like this:

    
        ...
    
    Examples

    Hope this helps someone out there. It took me a while until I found this out.

    提交回复
    热议问题