sbt / sbt-dependency-graph

sbt plugin to create a dependency graph for your project
Apache License 2.0
1.25k stars 113 forks source link

Reorganize tasks so that you either access string value, log or save output to file #164

Closed jrudolph closed 6 years ago

jrudolph commented 6 years ago

sbt-dependency-graph is mostly a debugging plugin used in interactive fashion. So, in most cases no configuration should be necessary (like where to put the output). Also, we should be consistent and provide all the output options for every task.

I propose the following convention: