jira-importer commented on issue #315: URL: https://github.com/apache/maven-invoker-plugin/issues/315#issuecomment-2957779304
**[Benjamin Bentmann](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bentmann)** commented An alternative would be to use the plugin's option [cloneProjectsTo](http://maven.apache.org/plugins/maven-invoker-plugin/run-mojo.html#cloneProjectsTo). That way, all the test output can be redirected into the normal target directory: ```xml <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo> ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org