------ Clone Projects Example ------ Paul Gier ------ 18 April 2008 ------ Clone Projects Example By default the projects will be executed in the same directory where they are found. This means that build output will be generated with the project files. It may be helpful to copy the projects to another directory before running them, for example <<>>. This will allow <<>> to remove the output generated by all of the test projects. ------------------- ... maven-invoker-plugin 1.2 integration-test run ${project.build.directory}/it src/it ... -------------------