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
The Maven build process attempts to generate an API visualization using the APIvis library. The primary prerequisite to generating this locally is Graphviz. Once Graphviz is installed, the build process will attempt to find it first in the system path, then via the graphviz.home Java property, then via the GRAPHVIZ_HOME environment variable. Refer to the Prerequisites section of the APIviz documentation for details.