------ Usage ------ Jason van Zyl ------ 27 November 2006 ------ Usage * How to use the Invoker Plugin This page provides general usage information along with some basic examples. The plugin is commonly used to run and verify integration tests for a project. This is done using the <<<{{{run-mojo.html} invoker:run }}>>> goal. * Basic Example The following example shows basic plugin configuration for running integration tests. The projects directory (<<>>) is the location where the plugin will look for test projects to execute. The plugin is set to find and run all <<>> files in this directory. ------------------- ... maven-invoker-plugin 1.2 integration-test run src/it **/pom.xml ... -------------------