ferstl / depgraph-maven-plugin

A Maven plugin that generates dependency graphs in various formats (DOT, GML, PlantUML, JSON and Text)
Apache License 2.0
555 stars 84 forks source link

Better Outline of Duplicates and Conflicts #30

Closed ferstl closed 7 years ago

ferstl commented 7 years ago

Show edges in a different style for duplicate and conflicting dependencies.

graphics
[
  style "dashed"
]
Naxos84 commented 7 years ago

Please also make conflicting edges in red (for gml format) like it is done for the .dot format

Duplicates and Conflicts Image So:

Duplicate: graphics [ style "dotted" (or "dashed") ]

Conflict: graphics [ style "dashed" fill #FF0000 ]

ferstl commented 7 years ago

The graph will now look like this in yEd: yEd

I'll close this issue as soon as the plugin is released

ferstl commented 7 years ago

Version 2.2.0 will be on Maven Central within the next few hours.