Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin

16,965

Have you upgraded to JDK8 lately? You might be running into this problem. The solution would be one of:

  • Launch Maven with JDK < 8
  • Apply workaround from link above
Share:
16,965
Choxmi
Author by

Choxmi

Tech enthusiast; Software Engineer; Freelancer;

Updated on June 14, 2022

Comments

  • Choxmi
    Choxmi almost 2 years

    When I build the project with dependencies, it gives this error.

    Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:jar (attach-javadocs) on project appointmentscheduling-api: MavenReportException: Error while generating Javadoc:

    Previously I could build it properly. I didn't change anything, I tried a backup sample as well. But this error come always. Tried re-installing javadoc plugin. There are some answers which says to change the pom.xml file. They didn't work for me either. Somebody help me to solve this please.

    Thanks in advance

  • Choxmi
    Choxmi about 7 years
    That was the issue. Downgraded java to 7. Now it's working well. Thanks. But still I'm confused about being able to build it properly previously. 😁