Property | Optional? | Description |
---|---|---|
maven.dbunit.deleteType | Yes |
DbUnit operation type for delete. Default is |
maven.dbunit.driverClassName | Yes |
The class name of the JDBC driver to be used. Default value is empty. |
maven.dbunit.format | Yes |
Format for the import/delete functionality. Default is |
maven.dbunit.importType | Yes |
DbUnit operation type for import. Default is |
maven.dbunit.password | Yes |
The password of the user connecting to the database. Default value is empty. |
maven.dbunit.schema | Yes |
The schema name that tables can be found under.
Default value is blank. |
maven.dbunit.url | Yes |
The JDBC URL for the database to access, e.g. |
maven.dbunit.user | Yes |
The user name used to connect to the database. The default value is empty. |