reactor:resume
      Full name:
      org.apache.maven.plugins:maven-reactor-plugin:1.1:resume
      Description:
      Goal to resume building a reactor at a certain point
      Attributes:
      
        - Requires a Maven project to be executed.
- Executes as an aggregator plugin.
- Binds by default to the lifecycle phase: process-sources.
Required Parameters
        
          
            | Name | Type | Since | Description | 
          
            | continueFromFolder | File | - | The project folder from which we'll resume Default value is: null.
 User property is: from.
 | 
          
            | continueFromProject | String | - | The artifact from which we'll resume, e.g. "com.mycompany:foo" or
just "foo" Default value is: null.
 User property is: fromArtifact.
 | 
        
      Optional Parameters
        
          
            | Name | Type | Since | Description | 
          
            | baseDir | File | - | Location of the file. User property is: basedir.
 | 
          
            | collectedProjects | List | - | (no description) User property is: project.collectedProjects.
 | 
          
            | continueFromGroup | String | - | (no description) Default value is: ${project.groupId}.
 User property is: make.group.
 | 
          
            | goals | String | - | Goals to run on subproject Default value is: install.
 User property is: make.goals.
 | 
          
            | printOnly | boolean | - | Don't really do anything; just print a message that describes what
the command would have done User property is: make.printOnly.
 | 
        
      Parameter Details
        baseDir:
        Location of the file.
        
          - Type: java.io.File
- Required: No
- User Property: basedir
collectedProjects:
        (no description)
        
          - Type: java.util.List
- Required: No
- User Property: project.collectedProjects
continueFromFolder:
        The project folder from which we'll resume
        
          - Type: java.io.File
- Required: Yes
- User Property: from
- Default: null
continueFromGroup:
        (no description)
        
          - Type: java.lang.String
- Required: No
- User Property: make.group
- Default: ${project.groupId}
continueFromProject:
        The artifact from which we'll resume, e.g. "com.mycompany:foo" or
just "foo"
        
          - Type: java.lang.String
- Required: Yes
- User Property: fromArtifact
- Default: null
goals:
        Goals to run on subproject
        
          - Type: java.lang.String
- Required: No
- User Property: make.goals
- Default: install
printOnly:
        Don't really do anything; just print a message that describes what
the command would have done
        
          - Type: boolean
- Required: No
- User Property: make.printOnly