org.kuali.maven.plugins.graph.pojo.Display Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graph-maven-plugin Show documentation
Show all versions of graph-maven-plugin Show documentation
Create customizable dependency graphs for Maven projects using Graphviz. The Graphviz "dot" executable needs to be installed and in your path for the plugin to produce graphs - http://www.graphviz.org/
package org.kuali.maven.plugins.graph.pojo;
public enum Display {
PATH, TREE, PT;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy