schemacrawler / SchemaCrawler-Report-Maven-Plugin

Generate SchemaCrawler reports for Maven generated project websites
Eclipse Public License 2.0
8 stars 6 forks source link

DiagramOptions Aren't Working #8

Closed allan-shoup closed 4 years ago

allan-shoup commented 4 years ago

I'm trying to set schemacrawler.graph.show.foreignkey.cardinality=false in a custom config.properties file and it doesn't seem to be having any effect.

Looking at the code it appears to be set in DiagramRenderer.setDiagramOptions, but I don't see that being called anywhere.

sualeh commented 4 years ago

@allan-shoup - is this for SchemaCrawler, or for the Maven plug-in? Please could you give me more details on how you are invoking SchemaCrawler - from the command-line or from code?

allan-shoup commented 4 years ago

I'm running from the maven plugin.

sualeh commented 4 years ago

@allan-shoup - I am moving issue to the Maven plugin project.

sualeh commented 4 years ago

@allan-shoup - please use SchemaCrawler Report Maven Plugin version 16.9.4-2.

allan-shoup commented 4 years ago

Confirmed this is working with 16.9.4-2. Thank you for the quick turnaround.