Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ARTIFACT_ID_FUZZINESS |
"artifactId" |
public static final java.lang.String |
FILE_FUZZINESS |
"file" |
public static final java.lang.String |
GROUP_ID_FUZZINESS |
"groupId" |
public static final java.lang.String |
VERSION_FUZZINESS |
"version" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final int |
DEFAULT_LINE_LENGTH |
80 |
private static final java.lang.String |
PLUGIN_HELP_PATH |
"/META-INF/maven/org.apache.maven.plugins/maven-dependency-plugin/plugin-help.xml" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
SOURCE_CLASSIFIER |
"sources" |
Modifier and Type | Constant Field | Value |
---|---|---|
private static final java.lang.String |
GRAPHML_FOOTER |
"</graph></graphml>" |
private static final java.lang.String |
GRAPHML_HEADER |
"<?xml version=\"1.0\" encoding=\"UTF-8\"?> <graphml xmlns=\"http://graphml.graphdrawing.org/xmlns\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:y=\"http://www.yworks.com/xml/graphml\" xsi:schemaLocation=\"http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd\">\n <key for=\"node\" id=\"d0\" yfiles.type=\"nodegraphics\"/> \n <key for=\"edge\" id=\"d1\" yfiles.type=\"edgegraphics\"/> \n<graph id=\"dependencies\" edgedefault=\"directed\">\n" |