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

see https://maven.apache.org/guides/mini/guide-reproducible-builds.html

when I run `mvn com.github.ferstl:depgraph-maven-plugin:4.0.3:aggregate` on your test project I get no information about the fact that module 1 and module 2 are children of `parent` [I expect to get...

Is there any way to get directed edges with gml? I tried using dot output and then converting to gml using a command line utility, but I couldn't get the...

Fixed a flaky test in `com.github.ferstl.depgraph.GraphIntegrationTest.graphInJson`. - To identify the flaky test, execute the following [nondex](https://github.com/TestingResearchIllinois/NonDex) command after compiling the module: ```shell mvn edu.illinois:nondex-maven-plugin:2.1.7:nondex -Dtest=com.github.ferstl.depgraph.GraphIntegrationTest#graphInJson ``` - The test instability...

In project with submodules The dependency graph and execution order does not match Execution order seems to be working okay In the below example, emf-all is dependendant on all the...