Maven Dbunit Plug-in Settings

PropertyOptional?Description
maven.dbunit.deleteTypeYes

DbUnit operation type for delete. Default is DELETE

maven.dbunit.driverClassNameYes

The class name of the JDBC driver to be used. Default value is empty.

maven.dbunit.formatYes

Format for the import/delete functionality. Default is xml. Alternatively you could specify flat or csv.

maven.dbunit.importTypeYes

DbUnit operation type for import. Default is INSERT. Other valid values are: UPDATE, INSERT, DELETE, DELETE_ALL, REFRESH, CLEAN_INSERT, MSSQL_INSERT, MSSQL_REFRESH, MSSQL_CLEAN_INSERT

maven.dbunit.passwordYes

The password of the user connecting to the database. Default value is empty.

maven.dbunit.schemaYes The schema name that tables can be found under.

Default value is blank.

maven.dbunit.urlYes

The JDBC URL for the database to access, e.g. jdbc:db2:SAMPLE. Default value is empty.

maven.dbunit.userYes

The user name used to connect to the database. The default value is empty.