Full name:
org.apache.maven.plugins:maven-reactor-plugin:1.0:make-dependents
Description:
Attributes:
process-sources.| Name | Type | Since | Description |
|---|---|---|---|
| artifactList | String |
- |
A list of artifacts to build, e.g.
"com.mycompany:bar,com.mycompany:foo" or just "foo,bar", or just
"foo" |
| folderList | String |
- |
A list of relative paths to build, e.g. "foo,baz/bar" |
| Name | Type | Since | Description |
|---|---|---|---|
| baseDir | File |
- |
Location of the POM file; provided by Maven |
| collectedProjects | List |
- |
A list of every project in this reactor; provided by Maven |
| continueFromFolder | File |
- |
The project folder from which we'll resume |
| continueFromProject | String |
- |
The artifact from which we'll resume, e.g. "com.mycompany:foo" or
just "foo" |
| defaultGroup | String |
- |
If you don't specify a groupId in your artifactList, we'll use this
as the default groupId. 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 command that describes what
the command would have done |
java.lang.StringYes${make.artifacts}java.io.FileNo${basedir}java.util.ListNo${project.collectedProjects}java.io.FileNo${from}java.lang.StringNo${fromArtifact}java.lang.StringNo${make.group}${project.groupId}java.lang.StringYes${make.folders}java.lang.StringNo${make.goals}installbooleanNo${make.printOnly}