MVN

net.sourceforge.schemacrawler : schemacrawler-maven-plugin

Maven & Gradle

Feb 26, 2013

SchemaCrawler Maven Plugin · SchemaCrawler is an open-source Java API that makes working with database metadata as easy as working with plain old Java objects. SchemaCrawler is also a database schema discovery and comprehension, and schema documentation tool. You can search for database schema objects using regular expressions, and output the schema and data in a readable text format. The output is designed to be diff-ed against other database schemas.

<plugin>
    <groupId>net.sourceforge.schemacrawler</groupId>
    <artifactId>schemacrawler-maven-plugin</artifactId>
    <version>9.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sourceforge.schemacrawler : schemacrawler-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 9.5

All Versions

Choose a version of net.sourceforge.schemacrawler : schemacrawler-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
9.5
schemacrawler-maven-plugin-9.5
9.4
schemacrawler-maven-plugin-9.4
9.0
schemacrawler-maven-plugin-9.0
1.0
schemacrawler-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.sourceforge.schemacrawler</groupId>
    <artifactId>schemacrawler-maven-plugin</artifactId>
    <version>9.5</version>
</plugin>