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 report for a Maven web site. 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.