Class SchemaSpyReport

All Implemented Interfaces:
ContextEnabled, Mojo, MavenMultiPageReport, MavenReport

@Mojo(name="schemaspy", defaultPhase=SITE) public class SchemaSpyReport extends AbstractMavenReport
The SchemaSpy Maven plugin report.
Author:
John Smart The SchemaSpy Maven plugin This plugin is designed to generate SchemaSpy reports for a Maven web site. SchemaSpy (http://schemaspy.sourceforge.net) does not need to be installed and accessible on your machine. However, SchemaSpy also needs the Graphviz tool (http://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.