Imported schemaSpy:v5.0.0 maven dependency using this : https://mvnrepository.com/artifact/org.jumpmind.symmetric.schemaspy/schemaspy
Also added the schemaSpy.properties file with up to date database properties.
But once I run the project Nothing is being generated on the specified path , How to invoke/trigger schemaSpy job using maven dependency.
There is no method/interface exposed on how to trigger the schemaSpy job to generate the images in specified directory on some user based input (Could be some database credentials entered by end user in runtime environment to generate relationship diagrams).
Note: Its generating diagrams properly while running command in terminal, Wanted to generate the diagrams in runtime environment based on user's input using some exposed methods/interface .