depgraph-maven-plugin icon indicating copy to clipboard operation
depgraph-maven-plugin copied to clipboard

A Maven plugin that generates dependency graphs in various formats (DOT, GML, PlantUML, JSON and Text)

Results 35 depgraph-maven-plugin issues
Sort by recently updated
recently updated
newest added

I am now (almost - see different issue) there to automatically create the dependency graph(s) for our project. I am creating .puml files. One issue that remains is, that the...

While the description shows nice multi-module graphs also showing the project's modules in my case I only get a parent box pointing to all *external* libraries. There are none of...

question

... I couldn't see such a capability. My app consists of maybe 60 artifactIds, in about 6 higher level groupIds. I was looking for a node to represent the groupId,...

question

Hello 👋🏻, Is it planned to support mermaid syntax as an output format ?

new feature

We found out that the dependency graph is empty (see below) in projects where an circular dependency exists. Is this an known issue or is there any workarround for that,...

question

Add the possibility to use mermaid syntax. See https://mermaid-js.github.io/mermaid/#/flowchart?id=flowcharts-basic-syntax #150

Would it be possible to include gvpr pre-processor in the workflow, as discussed here https://stackoverflow.com/questions/71675759/how-to-style-graphviz-terminal-nodes-only/71681569

I use the ossindex-maven-plugin to produce a report of dependencies with vulnerabilities. I run `xpath -q -e '/componentReportExport/vulnerable/entry/key/text()' target/ossindex-audit.xml` over the output to get a list of insecure dependencies. Now...

I can use -DtargetIncludes=:jackson-dataformat-yaml to show all uses of this dependency in my project. I don't want to see the entire hierarchy of modules (all the modules that depend on...

when using the command `mvn depgraph:graph -DgraphFormat=text -DshowDuplicates -DshowConflicts -DshowVersions -DshowGroupIds`, I get conflict message like that: _org.codehaus.plexus:plexus-classworlds:2.6.0:compile/provided/test (omitted for conflict: 2.5.2)_ But the same dependency shown in Intellij is:...

question