Depgraph Maven Plugin

This Maven plugin generates dependency graphs on single modules or in an aggregated form on multi-module projects. The graphs are represented by .dot files. In case that Graphviz is installed on the machine where this plugin is run, the .dot file can be directly converted into all supported image files.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.ferstl
ArtifactId

ArtifactId

depgraph-maven-plugin
Last Version

Last Version

4.0.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Depgraph Maven Plugin
This Maven plugin generates dependency graphs on single modules or in an aggregated form on multi-module projects. The graphs are represented by .dot files. In case that Graphviz is installed on the machine where this plugin is run, the .dot file can be directly converted into all supported image files.
Project URL

Project URL

https://github.com/ferstl/depgraph-maven-plugin
Source Code Management

Source Code Management

https://github.com/ferstl/depgraph-maven-plugin

Download depgraph-maven-plugin

How to add to project

<plugin>
    <groupId>com.github.ferstl</groupId>
    <artifactId>depgraph-maven-plugin</artifactId>
    <version>4.0.1</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.11.0
com.google.guava : guava jar 29.0-jre
org.apache.maven : maven-plugin-api jar 3.6.3
org.apache.maven.shared : maven-common-artifact-filters jar 3.1.0

provided (3)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.6.0
org.apache.maven : maven-core jar 3.6.3
org.apache.maven : maven-compat jar 3.6.3

test (7)

Group / Artifact Type Version
io.takari.maven.plugins : takari-plugin-integration-testing pom 2.9.2
io.takari.maven.plugins : takari-plugin-testing jar 2.9.2
junit : junit jar 4.12
org.hamcrest : java-hamcrest jar 2.0.0.0
org.junit.jupiter : junit-jupiter jar
org.junit.vintage : junit-vintage-engine jar
org.mockito : mockito-core jar 3.4.6

Project Modules

There are no modules declared in this project.

Versions

Version
4.0.1
4.0.0
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0