You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2008/08/14 22:30:27 UTC

[jira] Moved: (MSHARED-54) Invoker should provide support for "activateReactor"

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

Benjamin Bentmann moved MINVOKER-54 to MSHARED-54:
--------------------------------------------------

    Affects Version/s:     (was: 1.2)
                       maven-invoker 2.0.9
        Fix Version/s:     (was: 1.3)
                       maven-invoker 2.0.10
                  Key: MSHARED-54  (was: MINVOKER-54)
              Project: Maven Shared Components  (was: Maven 2.x Invoker Plugin)

> 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
>    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