Warning
This project is no longer actively maintained.
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.
- Make sure Apache Maven is installed, and on your path.
- Open a command shell in the project directory.
- Create the site with the SchemaCrawler report. Run
mvn clean site
- Look at the generated site in
target/site
- Look at
pom.xml
in the project directory for details on how to use the SchemaCrawler Report Maven Plugin