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
When JavadocUtil invokes another Maven process (fork()) it passes global/user toolchains/settings file path from MavenSession. Those values are always populated -- if not explciitly provided they will contain the default value, but there is no guarantee that the default value exist. We need to check the value whether it exists and only pass it on if it exists.
Affects: 3.8.0, 3.10.0
Issue Links:
MJAVADOC-791 maven-javadoc-plugin not working correctly together with maven-toolchains-plugin
("is caused by")