Another way to fix this issue is to add the following property :
...
<properties>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
...
</properties>
in your pom.xml
Another way to fix this issue is to add the following property :
...
<properties>
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
...
</properties>
in your pom.xml