Full name:
org.apache.maven.plugins:maven-reactor-plugin:1.0:resume
Description:
Attributes:
process-sources.| Name | Type | Since | Description |
|---|---|---|---|
| continueFromFolder | File |
- |
The project folder from which we'll resume Default value is: null. |
| continueFromProject | String |
- |
The artifact from which we'll resume, e.g. "com.mycompany:foo" or
just "foo" Default value is: null. |
| Name | Type | Since | Description |
|---|---|---|---|
| baseDir | File |
- |
Location of the file. |
| collectedProjects | List |
- |
(no description) |
| continueFromGroup | String |
- |
(no description) Default value is: ${project.groupId}. |
| goals | String |
- |
Goals to run on subproject Default value is: install. |
| printOnly | boolean |
- |
Don't really do anything; just print a message that describes what
the command would have done |
java.io.FileNo${basedir}java.util.ListNo${project.collectedProjects}java.io.FileYes${from}nulljava.lang.StringNo${make.group}${project.groupId}java.lang.StringYes${fromArtifact}nulljava.lang.StringNo${make.goals}installbooleanNo${make.printOnly}