Class SchemaSpyReport

All Implemented Interfaces:
ContextEnabled, Mojo, MavenMultiPageReport, MavenReport

@Mojo(name="schemaspy", defaultPhase=SITE) public class SchemaSpyReport extends AbstractMavenReport
The SchemaSpy Maven plugin report.

This plugin is designed to generate SchemaSpy report for a Maven website. SchemaSpy also may need the Graphviz tool (https://www.graphviz.org/) in order to generate graphical representations of the table/view relationships, so this needs to be installed on your machine.

The schemaspy goal invokes the SchemaSpy command-line tool. SchemaSpy generates a graphical and HTML report describing a given relational database.

Author:
John Smart, mprins