ferstl / depgraph-maven-plugin

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

Command line setting of "With GroupId" isn't obvious and isn't explicitly documented #100

Closed paul-hammant closed 5 years ago

paul-hammant commented 5 years ago

There from the README for depgraph-maven-plugin:

image

Soooo, I've no idea how to activate that. I'm trying alternates, but none appear to work:

I'm just guessing :-(

README could do with making that 100% clear, IMO

ferstl commented 5 years ago

Hi The correct answer is -DshowGroupIds (=true is not necessary) :-) Have you seen the Plugin Documentation? It shows all goals and all available options. The README refers to that documentation for further details. The plugin has too many options to mention them all in the README.