Closed jkbelcher closed 1 year ago
By default the dev toolchain produces an error running maven clean package within eclipse, on OSX/Ventura/apple arch:
Error while generating Javadoc: Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set.
JAVA_HOME is not set by the installers, but this addition to pom solves the problem. Worth inclusion to make things build out of the box?
Wow bizarre, never seen that before!
By default the dev toolchain produces an error running maven clean package within eclipse, on OSX/Ventura/apple arch:
Error while generating Javadoc: Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set.
JAVA_HOME is not set by the installers, but this addition to pom solves the problem. Worth inclusion to make things build out of the box?