/SchemaCrawler-Report-Maven-Plugin-Usage-Example

Example project that uses the SchemaCrawler Report Maven Plugin

Primary LanguageJavaEclipse Public License 2.0EPL-2.0

Warning

This project is no longer actively maintained.

SchemaCrawler Report Maven Plugin - Usage Example

Note: Please see the SchemaCrawler website for more details.

The SchemaCrawler Report Maven Plugin allows you to integrate a SchemaCrawler report of your database within the Maven-generated website for your project. Use this project to see how to use the SchemaCrawler Report Maven Plugin.


How to Use

  1. Make sure Apache Maven is installed, and on your path.
  2. Open a command shell in the project directory.
  3. Create the site with the SchemaCrawler report. Run mvn clean site
  4. Look at the generated site in target/site
  5. Look at pom.xml in the project directory for details on how to use the SchemaCrawler Report Maven Plugin