ferstl / depgraph-maven-plugin

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

Support a new "scope" that includes current "compile" and "runtime" scopes together #140

Closed fernandosci closed 2 years ago

fernandosci commented 2 years ago

Hi,

First of all thanks for this great plugin!

The current released version supports the following scopes as described in the plugin documentation

Would it be possible to support a new scope that consolidates the current supported compile and runtime scopes? So that the effective dependency graph would include all declared scopes except the test.

Feature #107 would actually cover this use case but as I understood it will only be released in the 4.x version. Maybe this new scope could be introduced and released sooner in version 3.4.x

ferstl commented 2 years ago

Hi, Does anything prevent you from using Version 4 when it is released. I plan to release the new version soon.

fernandosci commented 2 years ago

Hi, Thanks for the quick response! At first, I believe nothing will prevent using version 4. I would have to double-check but as long the structure of output in .json format does not change it wouldn't have problems.

Would you happen to have an estimated date for releasing version 4? or maybe an indication in terms of weeks or months?

ferstl commented 2 years ago

Version 4.0.0 will be on Maven Central soon.