Menu

#237 customizing javadocExecutable in pom.xml breaks the build

v2.29
closed-fixed
nobody
None
5
2023-06-19
2023-06-13
niol
No

Hi,

The change customizing javadocExecutable in pom.xml breaks the build.

ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.4.1:jar (attach-javadocs) on project htmlcleaner: MavenReportException: Error while generating Javadoc: Unable to find javadoc command: The javadoc executable '/usr/lib/jvm/java-17-openjdk-amd64/../bin/javadoc' doesn't exist or is not a file. Verify the <javadocexecutable> parameter.</javadocexecutable>

/usr/lib/jvm/java-17-openjdk-amd64/../bin/javadoc NOT FOUND
/usr/lib/jvm/java-17-openjdk-amd64/bin/javadoc is the path on my system.

Removing the line in pom.xml fixes the problem.

Thanks,

Alex

Discussion

  • Scott Wilson

    Scott Wilson - 2023-06-13
    • status: open --> open-accepted
    • Group: v 2.8 --> v2.29
     
  • Scott Wilson

    Scott Wilson - 2023-06-13

    Thanks - I'll remove it and re-release

     
  • Scott Wilson

    Scott Wilson - 2023-06-19
    • status: open-accepted --> closed-fixed
     
  • Scott Wilson

    Scott Wilson - 2023-06-19

    Fixed in 2.29

     

Log in to post a comment.