Hi,
Could anyone give me an example on how to use the 'tables' parameter
in the dbunit:export goal used in the pom file below?


        </executions>
          <execution>
            <phase>test</phase>
            <goals>
              <goal>export</goal>
            </goals>
            <!-- specific configurations -->
            <configuration>
              <format>xml</format>
              <dest>target/dbunit/export.xml</src>
            </configuration>
          </execution>
          [...]
        </executions>

Thanks in advance,
Carol

Reply via email to