maven-funcgen-plugin

Goals available:

Goal Description
funcgen:funcgen Generates a series of integration tests. Test generation is controlled by FuncGenSpringConfig.xml and the functional-tests.xml files. Tests will be generated for each entry in the functional-tests.xml files. One or more template files must also be present and configured in FuncGenSpringConfig.xml.
funcgen:funcrun Runs a series of integration tests. Tests to run are gathered using a combination of pomFilePattern, includePomFiles and excludePomFiles. One or more goals will be applied the resulting POM file set. A second set of goals can be executed after the first using goals2, pomFilePattern2, includePomFiles2. This can be used to publish the consolidated test results on the parent pom, for example.