You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site (default-site) on project contrast-finder: Error generating maven-javadoc-plugin:3.1.0:aggregate report: Unable to find javadoc command: The environment variable JAVA_HOME is not correctly set.
To Reproduce
cd ~
mv .m2 .m2_backup
git clone ...
cd Contrast-Finder
mvn site
# or
mvn -Preporting site
but, it's works with the folloling command lines:
mvn site -Dmaven.javadoc.skip=true
# or
mvn -Preporting site -Dmaven.javadoc.skip=true
Bug report
To Reproduce
but, it's works with the folloling command lines:
Possible Solution
?
Your Environment
The text was updated successfully, but these errors were encountered: