janssk1 / maven-graph-plugin

Maven plugin that generates a dependency graph in graphml format
Apache License 2.0
50 stars 22 forks source link

Fixed plugin to create the target directory if it doesn't already exist. #4

Closed chrisharm closed 8 years ago

chrisharm commented 8 years ago

The plugin currently fails if the target directory doesn't exist. This patch will make sure that the target directory exists before trying to write the graphml files.

chrisharm commented 8 years ago

Didn't see pull request #2 , closing as a duplicate.