From: dion g. <dio...@us...> - 2004-08-01 13:24:13
|
diongillard 04/08/01 06:24:08 Modified: dbunit/xdocs goals.xml Log: Doc new goal Revision Changes Path 1.7 +10 -2 maven-plugins/dbunit/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/dbunit/xdocs/goals.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- goals.xml 1 Aug 2004 11:57:27 -0000 1.6 +++ goals.xml 1 Aug 2004 13:24:08 -0000 1.7 @@ -12,6 +12,10 @@ <description>generate dataset and dtd for connection</description> </goal> <goal> + <name>dbunit:delete-dataset</name> + <description>Import a dbunit dataset</description> + </goal> + <goal> <name>dbunit:export-xls</name> <description> Create a spreadsheet in target/dbunit/export.xls from a set of tables. @@ -39,8 +43,12 @@ </description> </goal> <goal> - <name>dbunit:delete-dataset</name> - <description>Import a dbunit dataset</description> + <name>dbunit:xml2xls</name> + <description> + Convert an XML formatted dataset, specified by the variable <code>input</code> + into a spreadsheet (xls file) specified by the variable <code>output</code>. + Both input and output variables are file names. + </description> </goal> </goals> </body> |