From: dion g. <dio...@us...> - 2004-07-28 07:05:03
|
diongillard 04/07/28 00:04:56 Modified: dbunit/xdocs goals.xml Log: Document export-xls goal Revision Changes Path 1.4 +8 -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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- goals.xml 18 Aug 2003 02:36:55 -0000 1.3 +++ goals.xml 28 Jul 2004 07:04:55 -0000 1.4 @@ -12,6 +12,14 @@ <description>generate dataset and dtd for connection</description> </goal> <goal> + <name>dbunit:export-xls</name> + <description> + Create a spreadsheet in target/dbunit/export.xls from a set of tables. + Specify a variable called <code>tables</table> as a comma separated + list of tables to export, or leave it blank for all. + </description> + </goal> + <goal> <name>dbunit:generate-dataset</name> <description>Generate a dbunit dataset for a connection</description> </goal> |