Maven Dbunit Plug-in Settings

Property Optional? Description
maven.dbunit.deleteType Yes

DbUnit operation type for delete. Default is DELETE

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 xml. Alternatively you could specify flat or csv.

maven.dbunit.importType Yes

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.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. jdbc:db2:SAMPLE. Default value is empty.

maven.dbunit.user Yes

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