| Property | Default | Optional? | Description |
| maven.schemaspy.target.dir | ${maven.build.dir}/docs/schemaspy | Yes | The directory where the documentation will be output. |
| maven.schemaspy.database.type | | no | The database type to used. See SchemaSpy docs for options. |
| maven.schemaspy.database.name | | no | The database name |
| maven.schemaspy.database.host | | no | The database host |
| maven.schemaspy.database.port | | no | The database port |
| maven.schemaspy.database.username | | no | The database user to login as |
| maven.schemaspy.database.password | | no | The database password to use |
| maven.schemaspy.database.schema | | no | The database schema |
| maven.schemaspy.database.classpath | ${pom.getDependencyPath("mssqlserver:mssqlserver")}${_sep}${pom.getDependencyPath("mssqlserver:msbase")} | no | The classpath to the driver. Notice the "${_sep}" seperating jars. The ${_sep} is replaced by whatever platform dependenct seperator you need. |