Invoker should provide support for "activateReactor" ----------------------------------------------------
Key: MINVOKER-54 URL: http://jira.codehaus.org/browse/MINVOKER-54 Project: Maven 2.x Invoker Plugin Issue Type: New Feature Affects Versions: 1.3 Reporter: Dan Fabulich "mvn --reactor" will search subdirectories for pom.xml files and dynamically build a reactor using them. You can also specify includes/excludes directory with -Dmaven.reactor.includes and -Dmaven.reactor.excludes. It would be nice to be able to use this with the Maven Invoker... but look at DefaultInvocationRequest. It has a method called "activateReactor": {code} public InvocationRequest activateReactor( String[] includes, String[] excludes ) { throw new UnsupportedOperationException( "Not implemented yet." ); } {code} It would be helpful if it were implemented. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira