[
http://jira.codehaus.org/browse/MSHARED-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Bentmann updated MSHARED-54:
-------------------------------------
Component/s: maven-invoker
> Invoker should provide support for "activateReactor"
> ----------------------------------------------------
>
> Key: MSHARED-54
> URL: http://jira.codehaus.org/browse/MSHARED-54
> Project: Maven Shared Components
> Issue Type: New Feature
> Components: maven-invoker
> Affects Versions: maven-invoker 2.0.9
> Reporter: Dan Fabulich
> Assignee: Dan Fabulich
> Fix For: maven-invoker 2.0.10
>
>
> "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