------ Usage ------ Jason van Zyl ------ 27 November 2006 ------ Usage * How to use the invoker plugin Below is an example of how the invoker plugin is used to test the maven-antrun-plugin. We are executing a set of Maven projects and ensuring everything is all right: ------------------- ... maven-invoker-plugin 1.0-SNAPSHOT true src/it **/pom.xml integration-test integration-test run ... ------------------- Here is an example of how the invoker plugin is used with the maven-assembly-plugin to run a set of Maven projects and then verfier they output with a Beanshell script: ------------------- maven-invoker-plugin true src/it **/pom.xml **/child*/pom.xml **/module*/pom.xml verify.bsh integration-test integration-test run -------------------