[ 
http://jira.codehaus.org/browse/MINVOKER-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dan Fabulich closed MINVOKER-54.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

Checked in a fix to maven-invoker revision 686017, so now the API supports it.  
The invoker-plugin already provides support for running included/excluded POMs, 
so I don't necessarily think it's worth adding the feature in at that level; 
somebody else can file that bug if anyone cares! ;-)

> 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.2
>            Reporter: Dan Fabulich
>            Assignee: Dan Fabulich
>             Fix For: 1.3
>
>
> "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

        

Reply via email to