Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-54

Invoker should provide support for "activateReactor"

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • maven-invoker-2.0.9
    • maven-invoker-2.0.10
    • maven-invoker
    • None

    Description

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

      public InvocationRequest activateReactor( String[] includes, String[] excludes )
      {
          throw new UnsupportedOperationException( "Not implemented yet." );
      }
      

      It would be helpful if it were implemented.

      Attachments

        Activity

          People

            dfabulich Daniel Fabulich
            dfabulich Daniel Fabulich
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: