From: dion g. <dio...@us...> - 2004-08-01 11:57:39
|
diongillard 04/08/01 04:57:27 Modified: dbunit/xdocs goals.xml Log: Add new goal Revision Changes Path 1.6 +7 -0 maven-plugins/dbunit/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/goals.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- goals.xml 28 Jul 2004 07:16:49 -0000 1.5 +++ goals.xml 1 Aug 2004 11:57:27 -0000 1.6 @@ -32,6 +32,13 @@ <description>Import a dbunit dataset</description> </goal> <goal> + <name>dbunit:import-xls</name> + <description> + Import a spreadsheet specified by the <code>file</code> variable into a set of tables. + You can also specify the type of import via the <code>maven.dbunit.importType</code> variable. + </description> + </goal> + <goal> <name>dbunit:delete-dataset</name> <description>Import a dbunit dataset</description> </goal> |