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

customStyleConfiguration has a custom form #172

Open delanym opened 1 year ago

delanym commented 1 year ago

The form of the customStyleConfiguration value when specifying a resource on the classpath is "classpath:depgraph/depgraph.json".

So neither a path like "depgraph/depgraph.json" nor a URI like "classpath:///depgraph/depgraph.json".

Will you accept a PR?