Full name:
com.github.ferstl:depgraph-maven-plugin:4.0.3:reactor
Description:
Attributes:
4.0.0
.Name | Type | Since | Description |
---|---|---|---|
<createImage> |
boolean |
1.0.0 |
Only relevant when graphFormat=dot : If set to
true and Graphviz is installed on the system where
this plugin is executed, the dot file will be converted to a graph
image using Graphviz' dot executable.Default value is: false .User property is: createImage . |
<customStyleConfiguration> |
String |
2.0.0 |
Only relevant when graphFormat=dot : Path to a custom
style configuration in JSON format.User property is: customStyleConfiguration . |
<dotArguments> |
String |
4.0.0 |
Only relevant when graphFormat=dot and
createImage=true : Additional arguments for the
dot executable (besides -T and
-o ).User property is: dotArguments . |
<dotExecutable> |
File |
1.0.0 |
Only relevant when graphFormat=dot and
createImage=true : Path to the dot executable. Use this
option in case createImage is set to true
and the dot executable is not on the system PATH .User property is: dotExecutable . |
<graphFormat> |
String |
2.1.0 |
Format of the graph, either "dot" (default), "gml", "puml", "json"
or "text". Default value is: dot .User property is: graphFormat . |
<imageFormat> |
String |
1.0.0 |
Only relevant when graphFormat=dot : The format for the
graph image when createImage is set to
true .Default value is: png .User property is: imageFormat . |
<outputDirectory> |
File |
2.2.0 |
Output directory to write the dependency graph to. The default is
the project's build directory. For goals that don't require a
project the current directory will be used. Default value is: ${project.build.directory} .User property is: outputDirectory . |
<outputFileName> |
String |
2.2.0 |
The name of the dependency graph file. A file extension matching
the configured graphFormat will be added if not
specified.Default value is: dependency-graph .User property is: outputFileName . |
<printStyleConfiguration> |
boolean |
2.0.0 |
Only relevant when graphFormat=dot : If set to
true the effective style configuration used to create
this graph will be printed on the console.Default value is: false .User property is: printStyleConfiguration . |
<showAllAttributesForJson> |
boolean |
3.0.0 |
If set to true (which is the default)
and the graph format is 'json', the graph will
show any information that is possible. The idea behind this option
is, that the consumer of the JSON data, for example a Javascript
library, will do its own filtering of the data.Default value is: true .User property is: showAllAttributesForJson . |
<showGroupIds> |
boolean |
4.0.0 |
If set to true , the created graph will show the
groupId on all artifacts.Default value is: false .User property is: showGroupIds . |
<showVersions> |
boolean |
4.0.0 |
If set to true , the created graph will show version
information an all artifacts.Default value is: false .User property is: showVersions . |
<skip> |
boolean |
3.3.0 |
Skip execution when set to true .Default value is: false .User property is: depgraph.skip . |
<useArtifactIdInFileName> |
boolean |
2.2.0 |
Indicates whether the project's artifact ID should be used as file
name for the generated graph files.
Default value is: false .User property is: useArtifactIdInFileName . |
graphFormat=dot
: If set to
true
and Graphviz is installed on the system where
this plugin is executed, the dot file will be converted to a graph
image using Graphviz' dot executable.boolean
1.0.0
No
createImage
false
graphFormat=dot
: Path to a custom
style configuration in JSON format.java.lang.String
2.0.0
No
customStyleConfiguration
graphFormat=dot
and
createImage=true
: Additional arguments for the
dot
executable (besides -T
and
-o
).java.lang.String
4.0.0
No
dotArguments
graphFormat=dot
and
createImage=true
: Path to the dot executable. Use this
option in case createImage
is set to true
and the dot executable is not on the system PATH
.java.io.File
1.0.0
No
dotExecutable
java.lang.String
2.1.0
No
graphFormat
dot
graphFormat=dot
: The format for the
graph image when createImage
is set to
true
.java.lang.String
1.0.0
No
imageFormat
png
java.io.File
2.2.0
No
outputDirectory
${project.build.directory}
graphFormat
will be added if not
specified.java.lang.String
2.2.0
No
outputFileName
dependency-graph
graphFormat=dot
: If set to
true
the effective style configuration used to create
this graph will be printed on the console.boolean
2.0.0
No
printStyleConfiguration
false
true
(which is the default)
and the graph format is 'json', the graph will
show any information that is possible. The idea behind this option
is, that the consumer of the JSON data, for example a Javascript
library, will do its own filtering of the data.boolean
3.0.0
No
showAllAttributesForJson
true
true
, the created graph will show the
groupId
on all artifacts.boolean
4.0.0
No
showGroupIds
false
true
, the created graph will show version
information an all artifacts.boolean
4.0.0
No
showVersions
false
true
.boolean
3.3.0
No
depgraph.skip
false
outputFile
parameter is used.true
, the content of the
outputFileName
parameter is ignored.boolean
2.2.0
No
useArtifactIdInFileName
false